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

10 lines
262 B
Desktop File

[Unit]
Description=AniNIX/Sharingan | Heartbeat service
[Service]
ExecStart=/bin/bash -c 'systemd-cat -t sharingan-heartbeat echo `systemctl is-system-running` - `systemctl is-active sharingan-eval.service`'
Type=oneshot
RemainAfterExit=no
User=root
Group=root