]> git.pld-linux.org Git - packages/openvswitch.git/commitdiff
- fix env var substitutuion
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 24 Mar 2012 20:26:46 +0000 (20:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openvswitch.service -> 1.4

openvswitch.service

index 34b2c7de1cdf49501fc838395298c3c79aac5bf9..f176396fd945dff6cbea1cbfd29b47f286206083 100644 (file)
@@ -5,13 +5,13 @@ After=network.target named.service remote-fs.target syslog.target
 
 [Service]
 Type=forking
-Environment=FORCE_COREFILES="yes"
-Environment=OVSDB_SERVER_PRIORITY="-10"
-Environment=VSWITCHD_PRIORITY="-10"
-Environment=BRCOMPATD_PRIORITY="-10"
-Environment=VSWITCHD_MLOCKALL="yes"
+Environment=FORCE_COREFILES=yes
+Environment=OVSDB_SERVER_PRIORITY=-10
+Environment=VSWITCHD_PRIORITY=-10
+Environment=BRCOMPATD_PRIORITY=-10
+Environment=VSWITCHD_MLOCKALL=yes
 EnvironmentFile=-/etc/sysconfig/openvswitch
-ExecStart=/usr/share/openvswitch/scripts/ovs-ctl start --system-id=random --force-corefiles=$FORCE_COREFILES --ovsdb-server-priority=$OVSDB_SERVER_PRIORITY --ovs-vswitchd-priority=$VSWITCHD_PRIORITY --mlockall=$VSWITCHD_MLOCKALL $OPENVSWITCH_OPTIONS
+ExecStart=/usr/share/openvswitch/scripts/ovs-ctl start --system-id=random --force-corefiles=${FORCE_COREFILES} --ovsdb-server-priority=${OVSDB_SERVER_PRIORITY} --ovs-vswitchd-priority=${VSWITCHD_PRIORITY} --mlockall=${VSWITCHD_MLOCKALL} $OPENVSWITCH_OPTIONS
 ExecStartPost=/usr/share/openvswitch/scripts/ovs-ctl --protocol=gre enable-protocol
 ExecStop=/usr/share/openvswitch/scripts/ovs-ctl stop
 
This page took 0.089313 seconds and 4 git commands to generate.