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