2024-07-15 21:07:12 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Runs github webhook handler
|
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
2024-07-18 00:43:42 +00:00
|
|
|
ExecStart=@SERVICE_EXECUTABLE@ @SERVICE_CONFIG@
|
2024-07-15 21:07:12 +00:00
|
|
|
Restart=always
|
|
|
|
Type=simple
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=default.target
|