Project

General

Profile

Actions

Bug #2414

open

adjusted path in systemd start files

Added by marco almost 8 years ago. Updated almost 8 years ago.

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
Actions #1

Updated by marco almost 8 years ago

marco wrote:

die 2 service skripts stammen von mir und unter Fedora möchte ich den Pfad /usr/sbin... haben.

Actions #2

Updated by horchi almost 8 years ago

die Skripte verwenden jetzt den in Make.config eingestellten Pfad

Actions #3

Updated by horchi almost 8 years ago

  • Status changed from New to Resolved
Actions

Also available in: Atom PDF