Actions
Bug #2414
openadjusted path in systemd start files
Status:
Resolved
Priority:
Normal
Assignee:
-
Start date:
05/31/2016
Due date:
% Done:
0%
Estimated time:
Description
Hallo,
wenn schon die Pfade geändert werden, dann bitte auf /usr/sbin aber nicht /usr/local
diff --git a/contrib/epgd.service b/contrib/epgd.service
index 4e22b3b..cf05a38 100644
--- a/contrib/epgd.service
+++ b/contrib/epgd.service@ -4,7 +4,7
@ After=mariadb.service
[Service]
Type=forking
-ExecStart=/usr/bin/epgd -c /etc/epgd
+ExecStart=/usr/sbin/epgd -c /etc/epgd
[Install]
WantedBy=multi-user.target
diff --git a/contrib/epghttpd.service b/contrib/epghttpd.service
index 6400757..61e667d 100644
--- a/contrib/epghttpd.service
+++ b/contrib/epghttpd.service
@ -4,7 +4,7
@ After=epgd.service
[Service]
Type=forking
-ExecStart=/usr/bin/epghttpd -c /etc/epgd
+ExecStart=/usr/sbin/epghttpd -c /etc/epgd
[Install]
WantedBy=multi-user.target
Updated by marco over 8 years ago
marco wrote:
die 2 service skripts stammen von mir und unter Fedora möchte ich den Pfad /usr/sbin... haben.
Updated by horchi over 8 years ago
die Skripte verwenden jetzt den in Make.config eingestellten Pfad
Actions