blob: 1a21a3d542b4a73262a9b3417f00ddc6c59a9173 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[Unit]
Description=GitHub Webhook Server
After=network.target
[Service]
ExecStart=/usr/local/bin/github-webhook-server
Restart=always
RestartSec=1
User=root
Environment=GODEBUG=http2server=0
Environment="GITHUB_TOKEN=LMAO_NO_SECRETS_HERE"
Environment="PATH=/usr/local/bin:/usr/bin:/bin"
[Install]
WantedBy=multi-user.target
|