diff --git a/etc/systemd/system/pandora-cron.service b/etc/systemd/system/pandora-cron.service index 0d74b22f5..778a821d5 100644 --- a/etc/systemd/system/pandora-cron.service +++ b/etc/systemd/system/pandora-cron.service @@ -9,8 +9,6 @@ User=pandora Group=pandora PIDFile=/run/pandora/cron.pid WorkingDirectory=/srv/pandora/pandora -StandardOutput=syslog -StandardError=syslog ExecStart=/srv/pandora/bin/python /srv/pandora/pandora/manage.py \ celerybeat -s /run/pandora/celerybeat-schedule \ --pidfile /run/pandora/cron.pid \ diff --git a/etc/systemd/system/pandora-encoding.service b/etc/systemd/system/pandora-encoding.service index 3b4782576..37ce90510 100644 --- a/etc/systemd/system/pandora-encoding.service +++ b/etc/systemd/system/pandora-encoding.service @@ -9,8 +9,6 @@ User=pandora Group=pandora PIDFile=/run/pandora/encoding.pid WorkingDirectory=/srv/pandora/pandora -StandardOutput=syslog -StandardError=syslog ExecStart=/srv/pandora/bin/python /srv/pandora/pandora/manage.py \ celeryd \ -Q encoding -n pandora-encoding \ diff --git a/etc/systemd/system/pandora-tasks.service b/etc/systemd/system/pandora-tasks.service index 47845ef1a..179d95d7c 100644 --- a/etc/systemd/system/pandora-tasks.service +++ b/etc/systemd/system/pandora-tasks.service @@ -9,8 +9,6 @@ User=pandora Group=pandora PIDFile=/run/pandora/tasks.pid WorkingDirectory=/srv/pandora/pandora -StandardOutput=syslog -StandardError=syslog ExecStart=/srv/pandora/bin/python /srv/pandora/pandora/manage.py \ celeryd \ -Q default,celery -n pandora-default \ diff --git a/etc/systemd/system/pandora-websocketd.service b/etc/systemd/system/pandora-websocketd.service index f19a884e8..3c7dcce2f 100644 --- a/etc/systemd/system/pandora-websocketd.service +++ b/etc/systemd/system/pandora-websocketd.service @@ -9,8 +9,6 @@ User=pandora Group=pandora PIDFile=/run/pandora/websocketd.pid WorkingDirectory=/srv/pandora/pandora -StandardOutput=syslog -StandardError=syslog ExecStart=/srv/pandora/bin/python /srv/pandora/pandora/manage.py websocketd \ --pidfile /run/pandora/websocketd.pid ExecReload=/bin/kill -HUP $MAINPID diff --git a/etc/systemd/system/pandora.service b/etc/systemd/system/pandora.service index 272c58290..8cd70a3f6 100644 --- a/etc/systemd/system/pandora.service +++ b/etc/systemd/system/pandora.service @@ -9,8 +9,6 @@ User=pandora Group=pandora PIDFile=/run/pandora/pandora.pid WorkingDirectory=/srv/pandora/pandora -StandardOutput=syslog -StandardError=syslog ExecStartPre=/srv/pandora/pandora/manage.py compile_pyc -p /srv/pandora/pandora ExecStart=/srv/pandora/bin/gunicorn \ wsgi:application \