]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - keepalived/systemd/keepalived.service
keepalived: Remove unwanted environment file in /etc/sysconfig from systemd file.
[people/arne_f/ipfire-3.x.git] / keepalived / systemd / keepalived.service
1 [Unit]
2 Description=LVS and VRRP High Availability Monitor
3 After=syslog.target network.target
4
5 [Service]
6 Type=forking
7 ExecStart=/usr/sbin/keepalived
8
9 [Install]
10 WantedBy=multi-user.target