summaryrefslogtreecommitdiff
path: root/rpc-svcgssd.service
blob: 008a8d675728a9fa44e30bc71decf16a24b6b3cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=RPC GSS-API server-side daemon
After=rpcbind.service
Requires=rpcbind.service
ConditionPathExists=/usr/sbin/rpc.svcgssd

[Service]
Type=forking
EnvironmentFile=/etc/conf.d/nfs
# Currently the mechanism modules aren't loaded automatically.
# Patch exists at <http://marc.info/?l=linux-nfs&m=130877833918632>;
# once it reaches mainline, the modprobe should be removed.
ExecStartPre=-/sbin/modprobe rpcsec_gss_krb5
ExecStart=/usr/sbin/rpc.svcgssd $OPTS_RPC_SVCGSSD

[Install]
WantedBy=multi-user.target