summaryrefslogtreecommitdiffstats
path: root/abs/core/nfs-utils/rpc-statd.service
blob: 983b4044fc60306a666517e3fbdb81c91ff76d3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=NFSv2/3 Network Status Monitor Daemon
After=rpcbind.service
Requires=rpcbind.service

[Service]
Type=forking
EnvironmentFile=/etc/conf.d/nfs-common.conf
ExecStart=/usr/sbin/rpc.statd $STATD_OPTS

[Install]
WantedBy=multi-user.target