Files
Arch-R/packages/network/rpcbind/system.d/rpcbind.service
Stefan Saraev 793ece7a91 add TimeoutStopSec=1s (1sec) to some of our systemd services
... to avoid any possible timeouts. those services are fine to be
force stopped by KILL after 1 sec.
2013-10-16 19:15:13 +03:00

15 lines
223 B
Desktop File

[Unit]
Description=RPC bind service
Requires=rpcbind.socket
After=syslog.target network.target
[Service]
Type=forking
ExecStart=/usr/bin/rpcbind
TimeoutStopSec=1s
[Install]
WantedBy=multi-user.target
Also=rpcbind.socket