mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 09:04:36 +08:00
12 lines
156 B
Desktop File
12 lines
156 B
Desktop File
[Unit]
|
|
Description=RPC Bind
|
|
Requires=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/bin/rpcbind
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|