summaryrefslogtreecommitdiffstats
path: root/bin/updater/systemd
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-12-04 12:04:48 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-12-04 12:04:48 +0100
commit435314fcff2a954cd9544cacacc2d5c89cc9d2d4 (patch)
treed5114e6164475907814ae94109920bc286ec6aa1 /bin/updater/systemd
parent557d097bd4c080b60036241b770107d94c9ce116 (diff)
use logging module for updater errors
Diffstat (limited to 'bin/updater/systemd')
-rw-r--r--bin/updater/systemd/owncloud-news.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/updater/systemd/owncloud-news.service b/bin/updater/systemd/owncloud-news.service
index 84c9cf132..b9873502f 100644
--- a/bin/updater/systemd/owncloud-news.service
+++ b/bin/updater/systemd/owncloud-news.service
@@ -3,6 +3,7 @@ After=default.target
[Service]
Type=simple
+User=nobody
ExecStart=/usr/bin/python3 /usr/local/bin/owncloud-news-updater -c /etc/owncloud/news/config.ini
[Install]