projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
741e018
)
Remove old systemd unit
author
Chris Mayo
<aklhfex@gmail.com>
Sat, 6 Jun 2015 16:35:02 +0000
(17:35 +0100)
committer
Chris Mayo
<aklhfex@gmail.com>
Sat, 6 Jun 2015 16:35:02 +0000
(17:35 +0100)
collectd.service superseded by systemd.collectd.service
contrib/collectd.service
[deleted file]
patch
|
blob
|
history
diff --git
a/contrib/collectd.service
b/contrib/collectd.service
deleted file mode 100644
(file)
index
ee4d596
..0000000
--- a/
contrib/collectd.service
+++ /dev/null
@@
-1,15
+0,0 @@
-[Unit]
-Description=statistics collection daemon
-Documentation=man:collectd(1)
-After=local-fs.target network.target
-Requires=local-fs.target network.target
-
-[Service]
-ExecStart=/usr/sbin/collectd -C /etc/collectd/collectd.conf -f
-Restart=always
-RestartSec=10
-StandardOutput=syslog
-StandardError=syslog
-
-[Install]
-WantedBy=multi-user.target