12 lines
354 B
SYSTEMD
12 lines
354 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Bezalel Meta-Heartbeat — stale cron detection (poka-yoke #1096)
|
||
|
|
Documentation=https://forge.alexanderwhitestone.com/Timmy_Foundation/the-nexus/issues/1096
|
||
|
|
After=network.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=oneshot
|
||
|
|
ExecStart=/root/wizards/the-nexus/bin/bezalel_heartbeat_check.py
|
||
|
|
StandardOutput=journal
|
||
|
|
StandardError=journal
|
||
|
|
Environment=HOME=/root
|