mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 02:23:51 +02:00
11 lines
191 B
Desktop File
11 lines
191 B
Desktop File
[Unit]
|
|
Description=RPC GSS-API server-side daemon
|
|
After=rpcbind.service
|
|
Requires=rpcbind.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/sbin/rpc.svcgssd
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|