Skip to content

Commit

Permalink
Create wall.service
Browse files Browse the repository at this point in the history
  • Loading branch information
MiranDaniel authored Feb 5, 2022
1 parent d9bc750 commit 875fa5a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions etc/wall.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[Unit]
Description=gunicorn daemon
After=network.target

[Service]
User=root
Group=root
WorkingDirectory=<DIR>
ExecStart=/usr/local/bin/gunicorn --bind 0.0.0.0:80 server:app --capture-output
Restart=always
RestartSec=5s


[Install]
WantedBy=multi-user.target

0 comments on commit 875fa5a

Please sign in to comment.