14 lines
249 B
SYSTEMD
14 lines
249 B
SYSTEMD
|
[Unit]
|
||
|
Description=Wistron 6512-32R Platform Monitoring service
|
||
|
Before=pmon.service
|
||
|
After=sysinit.target
|
||
|
DefaultDependencies=no
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/local/bin/platform_sync
|
||
|
RemainAfterExit=yes
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|