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:
Petr Písař 2015-04-02 14:17:28 +02:00
parent b4078f57a1
commit 03d375b2cc

View File

@ -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