aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/rpcbind/rpcbind/rpcbind.service
blob: 4de28d4ae18316295f3187b08192d10a96ba8cf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=RPC Bind
After=network.target
Wants=rpcbind.target
Before=rpcbind.target

[Service]
Type=forking
EnvironmentFile=-@SYSCONFDIR@/rpcbind.conf
ExecStart=@SBINDIR@/rpcbind -w $RPCBIND_OPTS
Restart=always

[Install]
WantedBy=multi-user.target