[Unit] Description=Webhook daemon After=network.target ConditionPathExists=/etc/webhook.conf [Service] # use -verbose to enable debugging # ExecStart=/usr/local/bin/webhook -port 9000 -hooks /etc/webhook.conf -urlprefix '' -verbose ExecStart=/usr/local/bin/webhook -port 9000 -hooks /etc/webhook.conf -urlprefix '' User=webhook [Install] WantedBy=multi-user.target