1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
[service] name = "rpcbind" description = "RPC portmapper" type = "daemon" [exec] start = "/usr/sbin/rpcbind" [dependencies] requires = ["network"] [restart] on = "failure" delay = 5 max_retries = 3 [contract] param = ["inherit", "noorphan"] fatal = ["hwerr"]