summaryrefslogtreecommitdiff
path: root/community-testing/vnstat/service
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/vnstat/service')
-rw-r--r--community-testing/vnstat/service9
1 files changed, 9 insertions, 0 deletions
diff --git a/community-testing/vnstat/service b/community-testing/vnstat/service
new file mode 100644
index 000000000..f312351ea
--- /dev/null
+++ b/community-testing/vnstat/service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Network traffic monitor
+
+[Service]
+ExecStart=/usr/sbin/vnstatd -n
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target