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

Commit 6978b88

Browse files
author
Bernhard Posselt
committed
dont use python but
shebang to execute script for systemd
1 parent 4f33558 commit 6978b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/updater/systemd/owncloud-news-updater.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ After=default.target
44
[Service]
55
Type=simple
66
User=nobody
7-
ExecStart=/usr/bin/python3 /usr/bin/owncloud-news-updater -c /etc/owncloud/news/updater.ini
7+
ExecStart=/usr/bin/owncloud-news-updater -c /etc/owncloud/news/updater.ini
88

99
[Install]
1010
WantedBy=default.target

0 commit comments

Comments
 (0)