blob: c2fd63b3d0612b3d3a877a18bbcbaf539c22293a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[Unit]
Description=NFSv2/3 Network Status Monitor Daemon
After=rpcbind.service
Requires=rpcbind.service
Before=remote-fs-pre.target
[Service]
Type=forking
EnvironmentFile=/etc/conf.d/nfs-common.conf
ExecStart=/usr/bin/rpc.statd $STATD_OPTS
[Install]
WantedBy=multi-user.target
|