1
0
Fork 0
mirror of https://gitlab.com/hagrid-keyserver/hagrid.git synced 2023-02-13 20:55:02 -05:00
hagrid-keyserver--hagrid/wkd-domain-checker/wkd-domain-checker.service
2020-01-31 23:49:39 +01:00

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