From: Ruben Kerkhof Date: Wed, 9 Sep 2015 15:51:17 +0000 (+0200) Subject: Mount /usr, /boot and /etc readonly X-Git-Tag: collectd-5.6.0~591^2~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ace895b049403752623dcbca2496c20cf64e495e;p=collectd.git Mount /usr, /boot and /etc readonly --- diff --git a/contrib/systemd.collectd.service b/contrib/systemd.collectd.service index 6a2953a2..06591335 100644 --- a/contrib/systemd.collectd.service +++ b/contrib/systemd.collectd.service @@ -7,6 +7,7 @@ Requires=local-fs.target network.target ExecStart=/usr/sbin/collectd EnvironmentFile=-/etc/sysconfig/collectd EnvironmentFile=-/etc/default/collectd +ProtectSystem=full # Tell systemd it will receive a notification from collectd over it's control # socket once the daemon is ready. See systemd.service(5) for more details.