summaryrefslogtreecommitdiff
path: root/net-misc/etherdfs/files/etherdfs.service-r1
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-23 06:06:50 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-23 06:06:50 +0100
commit98c7fa9070b6b423d52dfb59567ec7ef0d5f234d (patch)
tree15a9168c34e20acc6a8707fe4bee72b86d20f86c /net-misc/etherdfs/files/etherdfs.service-r1
parent0e1abc96fea41c994e56391bd01c5c9298236783 (diff)
gentoo auto-resync : 23:04:2023 - 06:06:49
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