summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/netvfy/files/netvfy-agent.service')
-rw-r--r--net-misc/netvfy/files/netvfy-agent.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-misc/netvfy/files/netvfy-agent.service b/net-misc/netvfy/files/netvfy-agent.service
new file mode 100644
index 0000000..2e045e6
--- /dev/null
+++ b/net-misc/netvfy/files/netvfy-agent.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Netvfy Agent
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/netvfy-agent -c ${NETWORK_NAME}
+ExecReload=/bin/kill -HUP $MAINPID
+KillMode=process
+Restart=always
+
+[Install]
+WantedBy=multi-user.target