15 lines
307 B
Text
15 lines
307 B
Text
|
|
[Unit]
|
||
|
|
Description=Fulcrum Health Check
|
||
|
|
After=network.target fulcrum.service
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=oneshot
|
||
|
|
User=root
|
||
|
|
ExecStart=/usr/local/bin/fulcrum-healthcheck-push.sh
|
||
|
|
Environment=HEALTHCHECK_PUSH_URL={{ healthcheck_push_url }}
|
||
|
|
StandardOutput=journal
|
||
|
|
StandardError=journal
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|