diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2016-01-15 15:25:36 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2016-01-15 15:25:36 +0900 |
commit | d70698b7e612bad2a45ad5facf9882326ab0f690 (patch) | |
tree | 1d6f33988ce7a67a04c08a028c13b691f16c6ef0 /units | |
parent | 50b480246cf28820fb7b80894cb110402d8eecdf (diff) |
journal-remote: add SupplementaryGroups to systemd-journal-upload.service
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-journal-upload.service.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-journal-upload.service.in b/units/systemd-journal-upload.service.in index 4a89186f31..1f488ff425 100644 --- a/units/systemd-journal-upload.service.in +++ b/units/systemd-journal-upload.service.in @@ -14,6 +14,7 @@ After=network.target ExecStart=@rootlibexecdir@/systemd-journal-upload \ --save-state User=systemd-journal-upload +SupplementaryGroups=systemd-journal PrivateTmp=yes PrivateDevices=yes WatchdogSec=3min |