[Unit] Description=Deployment webhook After=network.target [Service] ExecStart=/usr/local/bin/webhook -hooks /opt/deploy/hooks.json -port 9000 Restart=always User=deploy WorkingDirectory=/opt/deploy [Install] WantedBy=multi-user.target