14 lines
232 B
SYSTEMD
14 lines
232 B
SYSTEMD
|
[Unit]
|
||
|
Description=System Status Service
|
||
|
After=multi.user.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
WorkingDirectory=$workingDirectory
|
||
|
ExecStart=$execStart
|
||
|
Restart=on-failure
|
||
|
SyslogIdentifier=system-status
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|