Skip to content
Snippets Groups Projects
Commit 62ad2899 authored by Guido Günther's avatar Guido Günther
Browse files

Debianize virtlogd

parent 1bd99347
No related branches found
No related tags found
No related merge requests found
From: =?utf-8?q?Guido_G=C3=BCnther?= <agx@sigxcpu.org>
Date: Fri, 3 Feb 2017 13:23:22 +0100
Subject: Debianize virtlogd
---
src/logging/virtlogd.service.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/logging/virtlogd.service.in b/src/logging/virtlogd.service.in
index 09e0740..87ac468 100644
--- a/src/logging/virtlogd.service.in
+++ b/src/logging/virtlogd.service.in
@@ -6,7 +6,7 @@ Documentation=man:virtlogd(8)
Documentation=http://libvirt.org
[Service]
-EnvironmentFile=-/etc/sysconfig/virtlogd
+EnvironmentFile=-/etc/default/virtlogd
ExecStart=@sbindir@/virtlogd $VIRTLOGD_ARGS
ExecReload=/bin/kill -USR1 $MAINPID
# Loosing the logs is a really bad thing that will
......@@ -18,3 +18,4 @@ Pass-GPG_TTY-env-var-to-the-ssh-binary.patch
openpty-Skip-test-if-no-pty-is-available.patch
test-posix_openpt-don-t-fail-on-EACCESS.patch
Disable-use-of-namespaces-by-default.patch
debian/Debianize-virtlogd.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment