mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
... to avoid any possible timeouts. those services are fine to be force stopped by KILL after 1 sec.
15 lines
223 B
Desktop File
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
|
|
|