diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-02-15 11:52:29 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-02-15 11:52:29 +0100 |
commit | 0a494f1ff323ef36b7acc637c198fdfa240c2bb2 (patch) | |
tree | b266f13b03e348b017d62592aa38fd08daecddb3 /units | |
parent | b7cf1b68a79833411851fa547ac9b4906207c224 (diff) |
exec: introduce global defaults for the standard output of services
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-logger.service.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-logger.service.in b/units/systemd-logger.service.in index d9708724e1..ff7a1316c2 100644 --- a/units/systemd-logger.service.in +++ b/units/systemd-logger.service.in @@ -15,3 +15,4 @@ After=syslog.socket [Service] ExecStart=@rootlibexecdir@/systemd-logger NotifyAccess=all +StandardOutput=null |