12 lines
159 B
INI
12 lines
159 B
INI
|
[Unit]
|
||
|
Description=DeviceHealth
|
||
|
|
||
|
[Service]
|
||
|
User=root
|
||
|
ExecStart=/usr/local/bin/device-health
|
||
|
Restart=always
|
||
|
RestartSec=10
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|