]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
unit: remove redundant options 6467/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 2 Aug 2017 09:06:47 +0000 (18:06 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 8 Aug 2017 03:17:12 +0000 (12:17 +0900)
units/systemd-journal-gatewayd.service.in
units/systemd-journal-remote.service.in

index 42da3504b8ea957e0e82f3c46e854661a305a46e..fd7a9718f7391ebed8442ec565990ba3c9f3cb51 100644 (file)
@@ -12,14 +12,10 @@ Requires=systemd-journal-gatewayd.socket
 
 [Service]
 ExecStart=@rootlibexecdir@/systemd-journal-gatewayd
-User=systemd-journal-gateway
-Group=systemd-journal-gateway
 SupplementaryGroups=systemd-journal
 DynamicUser=yes
-PrivateTmp=yes
 PrivateDevices=yes
 PrivateNetwork=yes
-ProtectSystem=strict
 ProtectHome=yes
 ProtectControlGroups=yes
 ProtectKernelTunables=yes
index 62e862a8377c6b7a95e52ad4ffce4e8bbef4a644..c24e673d8251ddb20676e6b7f8d3fc8db4aa53b3 100644 (file)
@@ -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