blob: 746dacf056bc17b70503bfa07f00e4f96f7b00f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Description=NFS file locking service
After=rpcbind.service
Requires=rpcbind.service
Before=remote-fs-pre.target
[Service]
EnvironmentFile=-@SYSCONFDIR@/nfs-utils.conf
ExecStart=@SBINDIR@/rpc.statd -F $STATD_OPTS
[Install]
WantedBy=multi-user.target
|