From 271b032a053f9d4a1be271bb052276ae27fe36c6 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 31 Dec 2011 01:07:49 +0100 Subject: socket: rename the PassCred= option to PassCredentials=, since we don't want to needlessly abbreviate options unless they are very well established --- units/syslog.socket | 2 +- units/systemd-journald.socket | 1 + units/systemd-shutdownd.socket | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) (limited to 'units') 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 -- cgit v1.2.3-54-g00ecf