comment change in systemd service
This commit is contained in:
parent
47d6edafe7
commit
981f1e366d
@ -3,8 +3,8 @@ Description=Hosts Daemon Service
|
|||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
User=hostsdaemon
|
#User=hostsdaemon
|
||||||
Group=hostsdaemon
|
#Group=hostsdaemon
|
||||||
WorkingDirectory=/opt/hosts_daemon
|
WorkingDirectory=/opt/hosts_daemon
|
||||||
ExecStart=/opt/hosts_daemon/venv/bin/gunicorn --bind 0.0.0.0:8000 --certfile=/opt/hosts_daemon/ssl/hosts_daemon.crt --keyfile=/opt/hosts_daemon/ssl/hosts_daemon.key app:app
|
ExecStart=/opt/hosts_daemon/venv/bin/gunicorn --bind 0.0.0.0:8000 --certfile=/opt/hosts_daemon/ssl/hosts_daemon.crt --keyfile=/opt/hosts_daemon/ssl/hosts_daemon.key app:app
|
||||||
Restart=always
|
Restart=always
|
||||||
|
Loading…
x
Reference in New Issue
Block a user