summarylogtreecommitdiffstats
path: root/vtunerd.service
diff options
context:
space:
mode:
Diffstat (limited to 'vtunerd.service')
-rw-r--r--vtunerd.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/vtunerd.service b/vtunerd.service
new file mode 100644
index 000000000000..1abf5782ec06
--- /dev/null
+++ b/vtunerd.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=vtuner server
+After=network.target
+
+[Service]
+Type=simple
+EnvironmentFile=-/etc/conf.d/vtunerd
+ExecStart=/usr/bin/vtunerd $SERVER_ARGS
+
+[Install]
+WantedBy=multi-user.target