12 lines
194 B
SYSTEMD
12 lines
194 B
SYSTEMD
|
[Unit]
|
||
|
Description=Runs github webhook handler
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=@SERVICE_EXECUTABLE@ @SERVICE_CONFIG_FILE@
|
||
|
Restart=always
|
||
|
Type=simple
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|