726b3f55a0
This is a much more sensible name since it contains configuration applicable to both GestioCOF and GestioBDS. The next logical step would be to rename the `gestioncof/` folder to `cof/`.
16 lines
322 B
Desktop File
16 lines
322 B
Desktop File
[Unit]
|
|
Description="GestioCOF"
|
|
After=syslog.target
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=vagrant
|
|
Group=vagrant
|
|
TimeoutSec=300
|
|
WorkingDirectory=/vagrant
|
|
Environment="DJANGO_SETTINGS_MODULE=gestioasso.settings.dev"
|
|
ExecStart=/home/vagrant/venv/bin/python manage.py runworker
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|