diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2017-08-02 11:06:47 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2017-08-08 05:17:12 +0200 |
commit | debe5d23760f7a1261bcd26f5f523acf225e75de (patch) | |
tree | 40fd7744cacfe6c05c602349e79362ce03fb3a76 /units/systemd-journal-remote.service.in | |
parent | tmpfiles: drop systemd-remote.conf (diff) | |
download | systemd-debe5d23760f7a1261bcd26f5f523acf225e75de.tar.xz systemd-debe5d23760f7a1261bcd26f5f523acf225e75de.zip |
unit: remove redundant options
Diffstat (limited to 'units/systemd-journal-remote.service.in')
-rw-r--r-- | units/systemd-journal-remote.service.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/units/systemd-journal-remote.service.in b/units/systemd-journal-remote.service.in index 62e862a837..c24e673d82 100644 --- a/units/systemd-journal-remote.service.in +++ b/units/systemd-journal-remote.service.in @@ -13,7 +13,6 @@ Requires=systemd-journal-remote.socket [Service] ExecStart=@rootlibexecdir@/systemd-journal-remote --listen-https=-3 --output=/var/log/journal/remote/ User=systemd-journal-remote -Group=systemd-journal-remote WatchdogSec=3min PrivateTmp=yes PrivateDevices=yes |