Changing config symlinks to hard links w/ content
This commit is contained in:
@@ -1 +0,0 @@
|
||||
/etc/systemd/system/minecraft-chat.service
|
||||
13
config/minecraft-chat.service
Normal file
13
config/minecraft-chat.service
Normal file
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=Gunicorn instance to serve minecraft-chat wsgi service
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
User=thallada
|
||||
Group=www-data
|
||||
WorkingDirectory=/var/www/panic-shack/chat
|
||||
Environment="PATH=/home/thallada/.virtualenvs/minecraft-chat/bin"
|
||||
ExecStart=/home/thallada/.virtualenvs/minecraft-chat/bin/gunicorn --workers 3 --bind unix:minecraft-chat.sock -m 007 server:app --log-file /srv/minecraft-panic-shack/gunicorn.log
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user