mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 13:07:13 +08:00
12 lines
197 B
Desktop File
12 lines
197 B
Desktop File
[Unit]
|
|
Description=RPC bind service
|
|
Requires=rpcbind.socket
|
|
|
|
[Service]
|
|
Type=forking
|
|
EnvironmentFile=/etc/conf.d/rpcbind
|
|
ExecStart=/usr/bin/rpcbind -w ${RPCBIND_ARGS}
|
|
|
|
[Install]
|
|
Also=rpcbind.socket
|