mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
12 lines
301 B
Desktop File
12 lines
301 B
Desktop File
[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
|