Kapisi/roles/Sharingan/files/sharingan-heartbeat.service

10 lines
262 B
SYSTEMD
Raw Normal View History

2020-10-18 23:49:25 -05:00
[Unit]
Description=AniNIX/Sharingan | Heartbeat service
[Service]
2023-11-30 02:47:16 -06:00
ExecStart=/bin/bash -c 'systemd-cat -t sharingan-heartbeat echo `systemctl is-system-running` - `systemctl is-active sharingan-eval.service`'
2020-10-18 23:49:25 -05:00
Type=oneshot
RemainAfterExit=no
User=root
Group=root