You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
551 B
18 lines
551 B
[Unit]
|
|
Description=Open vSwitch Internal Unit
|
|
After=syslog.target
|
|
PartOf=openvswitch.service
|
|
Wants=openvswitch.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
EnvironmentFile=-/etc/sysconfig/openvswitch
|
|
RemainAfterExit=yes
|
|
ExecStartPost=/usr/bin/touch /var/lock/subsys/openvswitch
|
|
ExecStart=/usr/share/openvswitch/scripts/ovs-ctl start --system-id=random \
|
|
$FORCE_COREFILES $OVSDB_SERVER_PRIORITY $VSWITCHD_PRIORITY \
|
|
$VSWITCHD_MLOCKALL $BRCOMPAT $OVS_CTL_OPTS
|
|
ExecStop=/usr/share/openvswitch/scripts/ovs-ctl stop
|
|
ExecStopPost=/bin/rm /var/lock/subsys/openvswitch
|
|
|