mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-09 15:07:15 +08:00
14 lines
329 B
Desktop File
14 lines
329 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
|
|
Before=remote-fs-pre.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
EnvironmentFile=/etc/conf.d/nfs-common.conf
|
|
ExecStart=/usr/sbin/rpc.gssd $GSSD_OPTS
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|