From: Matthias Runge Date: Fri, 5 Apr 2019 13:19:19 +0000 (+0200) Subject: Remove ProtectSystem from service file X-Git-Tag: collectd-5.9.0~19^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3136%2Fhead;p=thirdparty%2Fcollectd.git Remove ProtectSystem from service file This prevents showing eg. /etc if that's a separate file system. Resolves: https://github.com/collectd/collectd/issues/3134 --- diff --git a/contrib/systemd.collectd.service b/contrib/systemd.collectd.service index c5b1142b5..fe535bfe8 100644 --- a/contrib/systemd.collectd.service +++ b/contrib/systemd.collectd.service @@ -8,8 +8,6 @@ Requires=local-fs.target network-online.target ExecStart=/usr/sbin/collectd EnvironmentFile=-/etc/sysconfig/collectd EnvironmentFile=-/etc/default/collectd -ProtectSystem=full -ProtectHome=true # A few plugins won't work without some privileges, which you'll have to # specify using the CapabilityBoundingSet directive below.