14 lines
224 B
Text
14 lines
224 B
Text
|
|
[Unit]
|
||
|
|
Description=Forgejo Runner Healthcheck
|
||
|
|
After=network.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=oneshot
|
||
|
|
ExecStart={{ healthcheck_script_path }}
|
||
|
|
User=root
|
||
|
|
StandardOutput=journal
|
||
|
|
StandardError=journal
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|