adding the service files and and a script to gather them
This commit is contained in:
18
systemd/company.service
Normal file
18
systemd/company.service
Normal file
@@ -0,0 +1,18 @@
|
||||
[Unit]
|
||||
Description=Company Site daemon
|
||||
Requires=company.socket
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
User=westfarn
|
||||
Group=www-data
|
||||
WorkingDirectory=/home/westfarn/Documents/django_live_sites/Company_Site/company_site
|
||||
ExecStart=/home/westfarn/Documents/django_live_sites/Company_Site/venv/bin/gunicorn \
|
||||
--access-logfile - \
|
||||
--workers 3 \
|
||||
--bind unix:/run/company.sock \
|
||||
company_site.wsgi:application
|
||||
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user