You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/etherdfs/files/etherdfs.service

11 lines
210 B

[Unit]
Description=etherdfs daemon
After=network-online.target
[Service]
EnvironmentFile=/etc/conf.d/etherdfs
ExecStart=/usr/bin/ethersrv-linux ${INTERFACE} ${STORAGEDIR}
[Install]
WantedBy=multi-user.target