summaryrefslogtreecommitdiff
path: root/net-misc/ethflop/files/ethflopd.service-r1
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/ethflop/files/ethflopd.service-r1')
-rw-r--r--net-misc/ethflop/files/ethflopd.service-r110
1 files changed, 10 insertions, 0 deletions
diff --git a/net-misc/ethflop/files/ethflopd.service-r1 b/net-misc/ethflop/files/ethflopd.service-r1
new file mode 100644
index 000000000000..39fa29a52171
--- /dev/null
+++ b/net-misc/ethflop/files/ethflopd.service-r1
@@ -0,0 +1,10 @@
+[Unit]
+Description=ethflopd daemon
+After=network-online.target
+
+[Service]
+EnvironmentFile=/etc/conf.d/ethflopd
+ExecStart=/usr/bin/ethflopd lo /tmp
+
+[Install]
+WantedBy=multi-user.target