Restart rcp-rquotad.service on rpcbind.service restart
Otherwise rpcbind would lose rpc.rquotad registration and the RPC service would become unavailable despite the daemon and systemd service beeing in started state.
This commit is contained in:
parent
b4078f57a1
commit
03d375b2cc
@ -1,8 +1,9 @@
|
||||
[Unit]
|
||||
Description=Remote quota server
|
||||
Documentation=man:rpc.rquotad(8)
|
||||
Requires=rpcbind.target
|
||||
After=rpcbind.target
|
||||
Requires=rpcbind.service
|
||||
PartOf=rpcbind.service
|
||||
After=rpcbind.service
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
|
||||
Loading…
Reference in New Issue
Block a user