mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-02-25 21:29:54 +07:00
untis: fix path to helper services
This commit is contained in:
parent
10a49d708d
commit
1136a371e2
@ -368,11 +368,10 @@ systemadm_LDADD = $(DBUSGLIB_LIBS) $(GTK_LIBS)
|
||||
|
||||
SED_PROCESS = \
|
||||
$(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
|
||||
$(SED) -e 's,@libexecdir\@,$(libexecdir),g' \
|
||||
-e 's,@pkglibexecdir\@,$(pkglibexecdir),g' \
|
||||
$(SED) -e 's,@rootlibexecdir\@,$(rootlibexecdir),g' \
|
||||
-e 's,@SPECIAL_SYSLOG_SERVICE\@,$(SPECIAL_SYSLOG_SERVICE),g' \
|
||||
-e 's,@SPECIAL_DBUS_SERVICE\@,$(SPECIAL_DBUS_SERVICE),g' \
|
||||
-e 's,@SYSTEMCTL\@,$(bindir)/systemctl,g' \
|
||||
-e 's,@SYSTEMCTL\@,$(rootbindir)/systemctl,g' \
|
||||
< $< > $@
|
||||
|
||||
units/%: units/%.in Makefile
|
||||
|
@ -11,5 +11,5 @@
|
||||
Description=systemd /dev/initctl Compatibility Daemon
|
||||
|
||||
[Service]
|
||||
ExecStart=@pkglibexecdir@/systemd-initctl
|
||||
ExecStart=@rootlibexecdir@/systemd-initctl
|
||||
Type=simple
|
||||
|
@ -12,5 +12,5 @@ Description=systemd Logging Daemon
|
||||
After=@SPECIAL_SYSLOG_SERVICE@
|
||||
|
||||
[Service]
|
||||
ExecStart=@pkglibexecdir@/systemd-logger
|
||||
ExecStart=@rootlibexecdir@/systemd-logger
|
||||
Type=simple
|
||||
|
Loading…
Reference in New Issue
Block a user