13 lines
196 B
Desktop File
13 lines
196 B
Desktop File
[Unit]
|
|
Description=RPC Bind
|
|
After=network.target
|
|
Wants=rpcbind.target
|
|
Before=rpcbind.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/bin/rpcbind
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|