10 lines
168 B
SYSTEMD
10 lines
168 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=AniNIX/Sharingan | Heartbeat service
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
ExecStart=/usr/sbin/systemctl is-system-running
|
||
|
|
Type=oneshot
|
||
|
|
RemainAfterExit=no
|
||
|
|
User=root
|
||
|
|
Group=root
|