diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-12-31 01:07:49 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-12-31 01:07:49 +0100 |
commit | 271b032a053f9d4a1be271bb052276ae27fe36c6 (patch) | |
tree | ca0c7f249a71d63963df0a01aadf012bd26da31a /units | |
parent | dc1ecd78e9f046880d10ddb45cf9b06df1084b10 (diff) |
socket: rename the PassCred= option to PassCredentials=, since we don't want to needlessly abbreviate options unless they are very well established
Diffstat (limited to 'units')
-rw-r--r-- | units/syslog.socket | 2 | ||||
-rw-r--r-- | units/systemd-journald.socket | 1 | ||||
-rw-r--r-- | units/systemd-shutdownd.socket | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/units/syslog.socket b/units/syslog.socket index f9e3171522..ce07a6697e 100644 --- a/units/syslog.socket +++ b/units/syslog.socket @@ -18,7 +18,7 @@ Wants=syslog.target [Socket] ListenDatagram=/run/systemd/syslog SocketMode=0666 -PassCred=yes +PassCredentials=yes # The service we activate on incoming traffic is # systemd-kmsg-syslogd.service. That doesn't mean however, that this diff --git a/units/systemd-journald.socket b/units/systemd-journald.socket index b439bc1fdc..ccb35b11a7 100644 --- a/units/systemd-journald.socket +++ b/units/systemd-journald.socket @@ -22,3 +22,4 @@ ListenStream=/run/systemd/stdout ListenDatagram=/run/systemd/native ListenDatagram=/dev/log SocketMode=0666 +PassCredentials=yes diff --git a/units/systemd-shutdownd.socket b/units/systemd-shutdownd.socket index 13b6c7a5cc..532a6f0c73 100644 --- a/units/systemd-shutdownd.socket +++ b/units/systemd-shutdownd.socket @@ -15,4 +15,4 @@ Before=sockets.target [Socket] ListenDatagram=/run/systemd/shutdownd SocketMode=0600 -PassCred=yes +PassCredentials=yes |