diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-06-02 15:51:38 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-02 15:52:14 +0200 |
commit | 1136a371e204602a5a4d7cc5870f573bb61ee182 (patch) | |
tree | 4a2fc420e6c6d67e567701e1408436a95e1ccbd4 /units/systemd-logger.service.in | |
parent | 10a49d708df010645717d2791050caf8629f62c2 (diff) |
untis: fix path to helper services
Diffstat (limited to 'units/systemd-logger.service.in')
-rw-r--r-- | units/systemd-logger.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-logger.service.in b/units/systemd-logger.service.in index 39a20013b4..5fc0532033 100644 --- a/units/systemd-logger.service.in +++ b/units/systemd-logger.service.in @@ -12,5 +12,5 @@ Description=systemd Logging Daemon After=@SPECIAL_SYSLOG_SERVICE@ [Service] -ExecStart=@pkglibexecdir@/systemd-logger +ExecStart=@rootlibexecdir@/systemd-logger Type=simple |