summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-12-31 01:07:49 +0100
committerLennart Poettering <lennart@poettering.net>2011-12-31 01:07:49 +0100
commit271b032a053f9d4a1be271bb052276ae27fe36c6 (patch)
treeca0c7f249a71d63963df0a01aadf012bd26da31a /units
parentdc1ecd78e9f046880d10ddb45cf9b06df1084b10 (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.socket2
-rw-r--r--units/systemd-journald.socket1
-rw-r--r--units/systemd-shutdownd.socket2
3 files changed, 3 insertions, 2 deletions
diff --git a/units/syslog.socket b/units/syslog.socket
index f9e317152..ce07a6697 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 b439bc1fd..ccb35b11a 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 13b6c7a5c..532a6f0c7 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