summaryrefslogtreecommitdiff
path: root/nfsd.service
blob: a4d6527ad854071c57fea1dd66b9ae23f85c6f4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=NFS server
After=rpcbind.service
Requires=rpcbind.service

[Service]
Type=oneshot
EnvironmentFile=/etc/conf.d/nfs
ExecStart=/usr/sbin/rpc.nfsd $OPTS_RPC_NFSD
ExecStop=/usr/sbin/rpc.nfsd 0
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target