summaryrefslogtreecommitdiff
path: root/testing/rpcbind/rpcbind.service
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-08-25 00:02:57 +0000
committerroot <root@rshg054.dnsready.net>2012-08-25 00:02:57 +0000
commit29896582b8f0f163c9b880fa64ee948d470ef5ba (patch)
tree54d918c561c83d78e4d07f94774f7f10640cafa9 /testing/rpcbind/rpcbind.service
parent12b846e1ead204137d60caba25f7e494b51b4dc8 (diff)
Sat Aug 25 00:02:57 UTC 2012
Diffstat (limited to 'testing/rpcbind/rpcbind.service')
-rw-r--r--testing/rpcbind/rpcbind.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/rpcbind/rpcbind.service b/testing/rpcbind/rpcbind.service
new file mode 100644
index 000000000..3bc764efc
--- /dev/null
+++ b/testing/rpcbind/rpcbind.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=RPC Bind
+After=network.target
+Wants=rpcbind.target
+Before=rpcbind.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/rpcbind
+Restart=always
+
+[Install]
+WantedBy=multi-user.target