mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +00:00
build: Add support for building RPMs for Fedora Linux
Add RPM specfiles for building OVS for Fedora Linux. This allows users of the upstream project the ability to generate RPMs for their Open vSwitch needs. Signed-off-by: Ralf Spenneberg <ralf@spenneberg.net> [kmestery@cisco.com made substantial changes including writing documentation] Signed-off-by: Kyle Mestery <kmestery@cisco.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
committed by
Ben Pfaff
parent
986390c3ab
commit
d8fe0a6ac8
12
rhel/usr_lib_systemd_system_openvswitch.service
Normal file
12
rhel/usr_lib_systemd_system_openvswitch.service
Normal file
@@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=Open vSwitch
|
||||
After=syslog.target network.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/share/openvswitch/scripts/openvswitch.init start
|
||||
ExecStop=/usr/share/openvswitch/scripts/openvswitch.init stop
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user