Initial commit
This commit is contained in:
11
hochbeet.service
Normal file
11
hochbeet.service
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Hochbeet service
|
||||
After=multi-user.target
|
||||
|
||||
[Service]
|
||||
Type=idle
|
||||
ExecStart=gunicorn --bind 0.0.0.0:80 hochbeet:app
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Reference in New Issue
Block a user