]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
keepalived: Remove unwanted environment file in /etc/sysconfig from systemd file.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 30 Oct 2011 15:23:36 +0000 (16:23 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 30 Oct 2011 15:23:36 +0000 (16:23 +0100)
keepalived/keepalived.nm
keepalived/systemd/keepalived.service

index d66ded8eb32ff259522bebdc7b886c0ed66e700b..b05f158f60139ec1709123b8ddfcc4f876522e6a 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = keepalived
 version    = 1.2.2
-release    = 1
+release    = 2
 
 groups     = Applications/System
 url        = http://www.keepalived.org/
index edb5b7fd0256ac20513c0a9ae8c86a117d3f22c8..438ed78ae6a93abc2d6da8b2079789044e6da5e5 100644 (file)
@@ -4,8 +4,7 @@ After=syslog.target network.target
 
 [Service]
 Type=forking
-EnvironmentFile=-/etc/sysconfig/keepalived
-ExecStart=/usr/sbin/keepalived $KEEPALIVED_OPTIONS
+ExecStart=/usr/sbin/keepalived
 
 [Install]
 WantedBy=multi-user.target