projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3d8a8a
)
Remove ProtectSystem from service file
author
Matthias Runge
<mrunge@redhat.com>
Fri, 5 Apr 2019 13:19:19 +0000
(15:19 +0200)
committer
Matthias Runge
<mrunge@redhat.com>
Fri, 5 Apr 2019 13:19:19 +0000
(15:19 +0200)
This prevents showing eg. /etc if that's a separate file system.
Resolves: https://github.com/collectd/collectd/issues/3134
contrib/systemd.collectd.service
patch
|
blob
|
history
diff --git
a/contrib/systemd.collectd.service
b/contrib/systemd.collectd.service
index
c5b1142
..
fe535bf
100644
(file)
--- 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.