diff options
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-logger.socket | 2 | ||||
-rw-r--r-- | units/systemd-shutdownd.socket | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/units/systemd-logger.socket b/units/systemd-logger.socket index 57244a2878..5cf6a9b0bf 100644 --- a/units/systemd-logger.socket +++ b/units/systemd-logger.socket @@ -13,4 +13,4 @@ DefaultDependencies=no Before=sockets.target [Socket] -ListenStream=@/org/freedesktop/systemd1/logger +ListenStream=/dev/.run/systemd/logger diff --git a/units/systemd-shutdownd.socket b/units/systemd-shutdownd.socket index 0df24cff77..6faf36f0e2 100644 --- a/units/systemd-shutdownd.socket +++ b/units/systemd-shutdownd.socket @@ -13,4 +13,4 @@ DefaultDependencies=no Before=sockets.target [Socket] -ListenDatagram=@/org/freedesktop/systemd1/shutdownd +ListenDatagram=/dev/.run/systemd/shutdownd |