diff --git a/etc/systemd/circonus-logwatchd.service b/etc/systemd/circonus-logwatchd.service new file mode 100644 index 0000000..78626ca --- /dev/null +++ b/etc/systemd/circonus-logwatchd.service @@ -0,0 +1,8 @@ +[Unit] +WantedBy=multi-user.target +Description=Circonus Logwatch Daemon +After=network.target + +[Service] +ExecStart=/opt/circonus/sbin/circonus-logwatchd --log-level warn +User=root