[Unit] Description=Webhook auto-deploy daemon After=network.target [Service] Type=simple EnvironmentFile=%h/.webhook-env ExecStart=/usr/bin/webhook -hooks %h/server-stack/hooks.json -verbose Restart=on-failure RestartSec=5 [Install] WantedBy=default.target