mirror of
https://gitlab.com/hagrid-keyserver/hagrid.git
synced 2023-02-13 20:55:02 -05:00
17 lines
349 B
SYSTEMD
17 lines
349 B
SYSTEMD
|
[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
|