From 98c7fa9070b6b423d52dfb59567ec7ef0d5f234d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 23 Apr 2023 06:06:50 +0100 Subject: gentoo auto-resync : 23:04:2023 - 06:06:49 --- net-misc/ethflop/files/ethflopd.service | 10 ---------- net-misc/ethflop/files/ethflopd.service-r1 | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 net-misc/ethflop/files/ethflopd.service create mode 100644 net-misc/ethflop/files/ethflopd.service-r1 (limited to 'net-misc/ethflop/files') diff --git a/net-misc/ethflop/files/ethflopd.service b/net-misc/ethflop/files/ethflopd.service deleted file mode 100644 index 2b6c31902ec6..000000000000 --- a/net-misc/ethflop/files/ethflopd.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=ethflopd daemon -After=network-online.target - -[Service] -EnvironmentFile=/etc/conf.d/ethflopd -ExecStart=/usr/bin/ethflopd ${INTERFACE} ${STORAGEDIR} - -[Install] -WantedBy=multi-user.target 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 -- cgit v1.2.3