]> git.proxmox.com Git - ovs.git/commitdiff
Remove .service files until better (Closes: #880498).
authorThomas Goirand <thomas@goirand.fr>
Wed, 1 Nov 2017 21:20:08 +0000 (21:20 +0000)
committerThomas Goirand <thomas@goirand.fr>
Wed, 1 Nov 2017 21:20:08 +0000 (21:20 +0000)
debian/changelog
debian/openvswitch-switch.openvswitch-nonetwork.service [deleted file]
debian/openvswitch-switch.service [deleted file]

index 7312bfeb7d01a6294f28dc9ee38ef3c4b4464314..483143d5b26b4cdb0c542be998386d77a3601c79 100644 (file)
@@ -1,3 +1,9 @@
+openvswitch (2.8.1+dfsg1-3) unstable; urgency=medium
+
+  * Remove .service files until better (Closes: #880498).
+
+ -- Thomas Goirand <zigo@debian.org>  Wed, 01 Nov 2017 20:36:15 +0000
+
 openvswitch (2.8.1+dfsg1-2) unstable; urgency=medium
 
   * Uploading to unstable.
diff --git a/debian/openvswitch-switch.openvswitch-nonetwork.service b/debian/openvswitch-switch.openvswitch-nonetwork.service
deleted file mode 100644 (file)
index 190fa0e..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-[Unit]
-Description=Open vSwitch Internal Unit
-PartOf=openvswitch-switch.service
-DefaultDependencies=no
-After=apparmor.service local-fs.target systemd-tmpfiles-setup.service
-Wants=network-pre.target openvswitch-switch.service
-Before=network-pre.target openvswitch-switch.service
-
-[Service]
-Type=oneshot
-RemainAfterExit=yes
-EnvironmentFile=-/etc/default/openvswitch-switch
-ExecStart=/usr/share/openvswitch/scripts/ovs-ctl start \
-          --system-id=random $OVS_CTL_OPTS
-ExecStop=/usr/share/openvswitch/scripts/ovs-ctl stop
diff --git a/debian/openvswitch-switch.service b/debian/openvswitch-switch.service
deleted file mode 100644 (file)
index 270c792..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=Open vSwitch
-After=network.target openvswitch-nonetwork.service
-Requires=openvswitch-nonetwork.service
-
-[Service]
-Type=oneshot
-ExecStart=/bin/true
-ExecStop=/bin/true
-RemainAfterExit=yes
-
-[Install]
-WantedBy=multi-user.target