summaryrefslogtreecommitdiff
path: root/testing/rpcbind/rpcbind.service
blob: 3bc764efcd92f04ee3f031d477bc390f9dcac964 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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