summaryrefslogtreecommitdiff
path: root/test1
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-01-28 04:50:28 +0100
committerLennart Poettering <lennart@poettering.net>2010-01-28 04:50:28 +0100
commit1c24e7bd1286d16a7125aeeee0470ea0685c8318 (patch)
treefbecbcfbbf2c2d6874e3148f98a7aa7d06c851ff /test1
parent35355baba1feec37bf9f22e3a0e18f495fcf6014 (diff)
Use @ instead = as abstract namespace socket prefix
@ makes more sense since the NUL addr contained in the sockaddr's sun_path field can also be written as ^@. Also, in the .socket files writing "ListenStream==foo" is kinda ugly. Finally, tools like strace decode it with an @ too.
Diffstat (limited to 'test1')
-rw-r--r--test1/systemd-logger.socket2
1 files changed, 1 insertions, 1 deletions
diff --git a/test1/systemd-logger.socket b/test1/systemd-logger.socket
index 3f05363ccd..c964ab7da5 100644
--- a/test1/systemd-logger.socket
+++ b/test1/systemd-logger.socket
@@ -2,4 +2,4 @@
Description=systemd Logging Socket
[Socket]
-ListenStream==/systemd/logger
+ListenStream=@/systemd/logger