mirror of
https://gitlab.com/hagrid-keyserver/hagrid.git
synced 2023-02-13 20:55:02 -05:00
16 lines
349 B
Desktop File
16 lines
349 B
Desktop File
[Unit]
|
|
Description=wkd-domain-checker
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/root/wkd-domain-checker
|
|
ExecStart=/root/wkd-domain-checker/venv/bin/gunicorn --log-level=info wkd-domain-checker:app
|
|
ExecReload=/bin/kill -s HUP $MAINPID
|
|
KillMode=mixed
|
|
TimeoutStopSec=5
|
|
User=nobody
|
|
PrivateTmp=true
|
|
|
|
[Install]
|
|
WantedBy=default.target
|