13 lines
286 B
Desktop File
13 lines
286 B
Desktop File
[Unit]
|
|
Description=Traefik config webhook
|
|
After=network.target
|
|
|
|
[Service]
|
|
WorkingDirectory=/usr/local/bin
|
|
ExecStart=/usr/bin/gunicorn --bind 0.0.0.0:5555 pull-webhook:app
|
|
EnvironmentFile=/opt/gateway/gateway.env
|
|
Restart=always
|
|
User=root
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |