system-status/system-status.service

14 lines
232 B
SYSTEMD
Raw Normal View History

2021-06-16 16:59:16 -04:00
[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