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, 0 insertions, 12 deletions
diff --git a/net-misc/netvfy/files/netvfy-agent.service b/net-misc/netvfy/files/netvfy-agent.service
deleted file mode 100644
index 2e045e6..0000000
--- a/net-misc/netvfy/files/netvfy-agent.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[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