Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libvirt
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Libvirt Packaging Team
libvirt
Commits
c8151f59
Commit
c8151f59
authored
11 years ago
by
Guido Günther
Browse files
Options
Downloads
Patches
Plain Diff
Rediff patches
parent
288778fe
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/patches/debian/Debianize-systemd-service-files.patch
+6
-19
6 additions, 19 deletions
debian/patches/debian/Debianize-systemd-service-files.patch
debian/patches/debian/Don-t-enable-default-network-on-boot.patch
+4
-4
4 additions, 4 deletions
...patches/debian/Don-t-enable-default-network-on-boot.patch
with
10 additions
and
23 deletions
debian/patches/debian/Debianize-systemd-service-files.patch
+
6
−
19
View file @
c8151f59
...
...
@@ -3,10 +3,9 @@ Date: Tue, 26 Jun 2012 09:30:39 +0200
Subject: Debianize systemd service files
---
daemon/libvirtd.service.in | 4 ++--
src/locking/virtlockd.service.in | 1 -
tools/libvirt-guests.service.in | 4 ++--
3 files changed, 4 insertions(+), 5 deletions(-)
daemon/libvirtd.service.in | 4 ++--
tools/libvirt-guests.service.in | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/daemon/libvirtd.service.in b/daemon/libvirtd.service.in
index 25979ef..ae7bf8e 100644
...
...
@@ -23,27 +22,15 @@ index 25979ef..ae7bf8e 100644
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=on-failure
diff --git a/src/locking/virtlockd.service.in b/src/locking/virtlockd.service.in
index a9f9f93..0ef9923 100644
--- a/src/locking/virtlockd.service.in
+++ b/src/locking/virtlockd.service.in
@@ -1,7 +1,6 @@
[Unit]
Description=Virtual machine lock manager
Requires=virtlockd.socket
-After=syslog.target
[Service]
EnvironmentFile=-/etc/sysconfig/virtlockd
diff --git a/tools/libvirt-guests.service.in b/tools/libvirt-guests.service.in
index d4
1bf2b..64e97e2
100644
index d4
8d4b8..db12a64
100644
--- a/tools/libvirt-guests.service.in
+++ b/tools/libvirt-guests.service.in
@@ -1,9 +1,9 @@
[Unit]
Description=Suspend Active Libvirt Guests
-After=
syslog.target
network.target
+After=network.target
-After=network.target
libvirtd.service
+After=network.target
libvirt-bin.service
[Service]
-EnvironmentFile=-/etc/sysconfig/libvirt-guests
...
...
This diff is collapsed.
Click to expand it.
debian/patches/debian/Don-t-enable-default-network-on-boot.patch
+
4
−
4
View file @
c8151f59
...
...
@@ -9,10 +9,10 @@ to not interfere with existing network configurations
2 files changed, 6 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index
21b9caf..18cb9e2
100644
index
87f5101..e8e5fef
100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -25
4
5,9 +25
4
5,6 @@
if WITH_NETWORK
@@ -255
8
,9 +255
8
,6 @@
if WITH_NETWORK
cp $(DESTDIR)$(confdir)/qemu/networks/default.xml.t \
$(DESTDIR)$(confdir)/qemu/networks/default.xml && \
rm $(DESTDIR)$(confdir)/qemu/networks/default.xml.t; }
...
...
@@ -23,10 +23,10 @@ index 21b9caf..18cb9e2 100644
uninstall-local:: uninstall-init uninstall-systemd
diff --git a/src/Makefile.in b/src/Makefile.in
index
cf35fe1..aa405e6
100644
index
166e642..3d9dd91
100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -9
594
,9 +9
594
,6 @@
install-data-local: install-init install-systemd
@@ -9
637
,9 +9
637
,6 @@
install-data-local: install-init install-systemd
@WITH_NETWORK_TRUE@ cp $(DESTDIR)$(confdir)/qemu/networks/default.xml.t \
@WITH_NETWORK_TRUE@ $(DESTDIR)$(confdir)/qemu/networks/default.xml && \
@WITH_NETWORK_TRUE@ rm $(DESTDIR)$(confdir)/qemu/networks/default.xml.t; }
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment