summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/rpcbind/rpcbind/rpcbind.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/rpcbind/rpcbind/rpcbind.service b/meta/recipes-extended/rpcbind/rpcbind/rpcbind.service
index b3ae2541a0..9cdade4959 100644
--- a/meta/recipes-extended/rpcbind/rpcbind/rpcbind.service
+++ b/meta/recipes-extended/rpcbind/rpcbind/rpcbind.service
@@ -5,7 +5,7 @@ Requires=rpcbind.socket
5[Service] 5[Service]
6Type=forking 6Type=forking
7EnvironmentFile=-@SYSCONFDIR@/rpcbind.conf 7EnvironmentFile=-@SYSCONFDIR@/rpcbind.conf
8ExecStart=@SBINDIR@/rpcbind -w $RPCBIND_OPTS 8ExecStart=@SBINDIR@/rpcbind $RPCBIND_OPTS
9SuccessExitStatus=2 9SuccessExitStatus=2
10 10
11[Install] 11[Install]