summaryrefslogtreecommitdiff
path: root/portreserve.service
blob: acf7ff6b700c14095cbcff60caa0356b0c126d7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Port Reservation Service
Before=rpcbind.service

# We probably list all those units here which make steal the port away from us
# in a Before= line

[Service]
ExecStart=/sbin/portreserve

# We define no install section here. This service should be pulled in via
# Requires= from the respective services.