0db9c4d197
systemd files taken from Arch Linux. [Thomas: - fix indentation - indicate source of systemd files.] Signed-off-by: Aurélien Chabot <aurelien@chabot.fr> Acked-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11 lines
142 B
Desktop File
11 lines
142 B
Desktop File
[Unit]
|
|
Description=RPC bind service
|
|
Requires=rpcbind.socket
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/bin/rpcbind
|
|
|
|
[Install]
|
|
Also=rpcbind.socket
|