From 0bf637c15ec8de56beb9d5b734efd3cc6afce37a Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 11 Sep 2022 21:13:20 +0200 Subject: collectd new --- collectd/service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 collectd/service (limited to 'collectd/service') diff --git a/collectd/service b/collectd/service new file mode 100644 index 000000000..751e0b0f7 --- /dev/null +++ b/collectd/service @@ -0,0 +1,11 @@ +[Unit] +Description=System statistics collection daemon +After=local-fs.target network.target + +[Service] +Type=notify +ExecStart=/usr/bin/collectd +Restart=on-failure + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3-54-g00ecf