summaryrefslogtreecommitdiff
path: root/rhel/usr_lib_systemd_system_openvswitch-nonetwork.service
blob: 870b25e89c0dbbabfcdedbcf2896a896d58e2d29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Open vSwitch Internal Unit
After=syslog.target
PartOf=openvswitch.service
Wants=openvswitch.service

[Service]
Type=oneshot
RemainAfterExit=yes
EnvironmentFile=-/etc/sysconfig/openvswitch
ExecStart=/usr/share/openvswitch/scripts/ovs-ctl start \
          --system-id=random $OPTIONS
ExecStop=/usr/share/openvswitch/scripts/ovs-ctl stop