Use environmental variables from /etc/sysconfig/collectd
authorFabien Wernli <faxmodem@collectd.org>
Mon, 3 Aug 2015 08:15:56 +0000 (10:15 +0200)
committerFabien Wernli <faxmodem@collectd.org>
Mon, 3 Aug 2015 08:20:25 +0000 (10:20 +0200)
Change-Id: I948ce3d7a3071cc1ac26a24b059a5ee4aacba0d9

contrib/systemd.collectd.service

index b046192..971df3f 100644 (file)
@@ -5,6 +5,7 @@ Requires=local-fs.target network.target
 
 [Service]
 ExecStart=/usr/sbin/collectd
+EnvironmentFile=-/etc/sysconfig/collectd
 
 # 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.