Fix systemd service file
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
|
||||
[Service]
|
||||
Type=idle
|
||||
ExecStart=/usr/bin/python3 -m greenhouse
|
||||
ExecStart=gunicorn --bind 0.0.0.0:80 greenhouse:app
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
|
Reference in New Issue
Block a user