summaryrefslogtreecommitdiffstats
path: root/abs/core/nfs-utils/rpc-gssd.service
blob: 182d9b72ca8aa64bbb04445466b49362f2d4315e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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
Before=remote-fs-pre.target

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

[Install]
WantedBy=multi-user.target