Compare commits

..

No commits in common. "0e8af537676d8e36cdf111947b4130fc708346e5" and "42bcd4bbe7f5dc22e39e16703fda27d859d3b208" have entirely different histories.

View File

@ -1,15 +0,0 @@
[Unit]
Description=Byceps worker for %i site
After=network-online.target
Requires=postgresql.service
After=postgresql.service
[Service]
User="USER"
Group="GROUP"
Type=simple
WorkingDirectory=/srv/byceps
ExecStart=/bin/sh -c ". venv/bin/activate; export BYCEPS_CONFIG=/srv/byceps/config/%i_config.py; exec ./worker.py >> /var/log/byceps/worker.log"
[Install]
WantedBy=multi-user.target