mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-01 22:12:12 +00:00
11 lines
142 B
SYSTEMD
11 lines
142 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=RPC bind service
|
||
|
|
Requires=rpcbind.socket
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=forking
|
||
|
|
ExecStart=/usr/bin/rpcbind
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
Also=rpcbind.socket
|