Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Commit

Permalink
dont use python but
Browse files Browse the repository at this point in the history
shebang to execute script for systemd
  • Loading branch information
Bernhard Posselt committed Dec 4, 2014
1 parent 4f33558 commit 6978b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/updater/systemd/owncloud-news-updater.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ After=default.target
[Service]
Type=simple
User=nobody
ExecStart=/usr/bin/python3 /usr/bin/owncloud-news-updater -c /etc/owncloud/news/updater.ini
ExecStart=/usr/bin/owncloud-news-updater -c /etc/owncloud/news/updater.ini

[Install]
WantedBy=default.target

0 comments on commit 6978b88

Please sign in to comment.