summaryrefslogtreecommitdiffstats
path: root/abs/core/nfs-utils/rpc-gssd.service
blob: 446864d18000ee230eb1f8674a05f3db2522db10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=RPC GSS-API client-side daemon
After=rpcbind.service var-lib-nfs-rpc_pipefs.mount
Requires=rpcbind.service var-lib-nfs-rpc_pipefs.mount

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

[Install]
WantedBy=multi-user.target