systemd.collectd.service: take debian/ubuntu's env file in account too
authorMarc Fournier <marc.fournier@camptocamp.com>
Mon, 3 Aug 2015 21:28:39 +0000 (23:28 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Mon, 3 Aug 2015 21:28:39 +0000 (23:28 +0200)
contrib/systemd.collectd.service

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