From 6e0993a4c75609e08879a6be69013d592c9d6aed Mon Sep 17 00:00:00 2001 From: Matthias Runge Date: Fri, 5 Apr 2019 15:19:19 +0200 Subject: [PATCH] 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 --- contrib/systemd.collectd.service | 2 -- 1 file changed, 2 deletions(-) diff --git a/contrib/systemd.collectd.service b/contrib/systemd.collectd.service index c5b1142b..fe535bfe 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. -- 2.11.0