summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/rpcbind/rpcbind/rpcbind.service
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/rpcbind/rpcbind/rpcbind.service')
-rw-r--r--meta/recipes-extended/rpcbind/rpcbind/rpcbind.service9
1 files changed, 3 insertions, 6 deletions
diff --git a/meta/recipes-extended/rpcbind/rpcbind/rpcbind.service b/meta/recipes-extended/rpcbind/rpcbind/rpcbind.service
index 33ee268441..b3ae2541a0 100644
--- a/meta/recipes-extended/rpcbind/rpcbind/rpcbind.service
+++ b/meta/recipes-extended/rpcbind/rpcbind/rpcbind.service
@@ -1,15 +1,12 @@
1[Unit] 1[Unit]
2Description=RPC Bind 2Description=RPC Bind Service
3After=network.target 3Requires=rpcbind.socket
4Wants=rpcbind.target
5Before=rpcbind.target
6 4
7[Service] 5[Service]
8Type=forking 6Type=forking
9EnvironmentFile=-@SYSCONFDIR@/rpcbind.conf 7EnvironmentFile=-@SYSCONFDIR@/rpcbind.conf
10ExecStart=@SBINDIR@/rpcbind -w $RPCBIND_OPTS 8ExecStart=@SBINDIR@/rpcbind -w $RPCBIND_OPTS
11Restart=always
12SuccessExitStatus=2 9SuccessExitStatus=2
13 10
14[Install] 11[Install]
15WantedBy=multi-user.target 12Also=rpcbind.socket