Evolution of deployment

This commit is contained in:
2023-11-30 02:47:16 -06:00
parent 8392a3fe46
commit 69e2bcc966
21 changed files with 196 additions and 28 deletions

View File

@@ -2,7 +2,7 @@
Description=AniNIX/Sharingan | Heartbeat service
[Service]
ExecStart=/bin/bash -c 'systemd-cat -t sharingan-heartbeat echo `systemctl is-system-running`'
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