]> git.pld-linux.org Git - packages/ucarp.git/blob - ucarp@.service
rel 4; systemd support
[packages/ucarp.git] / ucarp@.service
1 [Unit]
2 Description=CARP ip %I
3 Requires=ucarp.target
4 After=ucarp.target
5
6 [Service]
7 Type=simple
8 EnvironmentFile=/etc/ucarp/%i.conf
9 ExecStart=/usr/sbin/ucarp --addr %i $UCARP_OPTS
10
11 [Install]
12 WantedBy=ucarp.target
This page took 0.062554 seconds and 3 git commands to generate.