summarylogtreecommitdiffstats
path: root/etherdfs.service
blob: b3c44e780babc1c2355595d8ca6ff9298e34855d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=EtherDFS server for Linux
Documentation=file://usr/share/doc/etherdfs/ethersrv-linux.txt
Wants=network-online.target
After=network.target network-online.target

[Service]
Type=forking
ExecStart=/usr/bin/ethersrv-linux eth0 /srv/etherdfs
ExecReload=/bin/kill -HUP $MAINPID


[Install]
WantedBy=multi-user.target