From e9e4bde0460c6e238008b33de38c72d75fddbbb1 Mon Sep 17 00:00:00 2001 From: j Date: Mon, 10 Oct 2016 11:16:48 +0200 Subject: [PATCH] don not overwrite default output setting --- etc/systemd/system/pandora-cron.service | 2 -- etc/systemd/system/pandora-encoding.service | 2 -- etc/systemd/system/pandora-tasks.service | 2 -- etc/systemd/system/pandora-websocketd.service | 2 -- etc/systemd/system/pandora.service | 2 -- 5 files changed, 10 deletions(-) diff --git a/etc/systemd/system/pandora-cron.service b/etc/systemd/system/pandora-cron.service index 0d74b22f..778a821d 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 3b478257..37ce9051 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 47845ef1..179d95d7 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 f19a884e..3c7dcce2 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 272c5829..8cd70a3f 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 \