Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 604417 Details for
Bug 848102
Add systemd unit files; use them by default for fc15+ and el7+
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch 2
0002-Add-systemd-scripts.patch (text/plain), 2.32 KB, created by
Marc-Andre Lureau
on 2012-08-14 19:24:11 UTC
(
hide
)
Description:
patch 2
Filename:
MIME Type:
Creator:
Marc-Andre Lureau
Created:
2012-08-14 19:24:11 UTC
Size:
2.32 KB
patch
obsolete
>From 81b97c79b4939883e037291f614c7eb196263caf Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= <marcandre.lureau@redhat.com> >Date: Thu, 28 Jun 2012 03:27:30 +0200 >Subject: [PATCH 2/4] Add systemd scripts > >--- > Makefile.am | 13 +++++++++++-- > data/modules-load.d/spice-vdagentd.conf | 2 ++ > data/spice-vdagentd.service | 19 +++++++++++++++++++ > 3 files changed, 32 insertions(+), 2 deletions(-) > create mode 100644 data/modules-load.d/spice-vdagentd.conf > create mode 100644 data/spice-vdagentd.service > >diff --git a/Makefile.am b/Makefile.am >index 44db1de..9a89594 100644 >--- a/Makefile.am >+++ b/Makefile.am >@@ -1,4 +1,5 @@ > ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} >+NULL = > > bin_PROGRAMS = src/spice-vdagent > sbin_PROGRAMS = src/spice-vdagentd >@@ -48,5 +49,13 @@ install-data-local: > tmpfilesdir = $(sysconfdir)/tmpfiles.d > tmpfiles_DATA = $(top_srcdir)/data/tmpfiles.d/spice-vdagentd.conf > >-EXTRA_DIST = $(xdgautostart_DATA) $(gdmautostart_DATA) $(init_SCRIPTS) \ >- $(tmpfiles_DATA) README.RHEL-5 data/xorg.conf.RHEL-5 >+EXTRA_DIST = \ >+ README.RHEL-5 \ >+ data/modules-load.d/spice-vdagentd.conf \ >+ data/spice-vdagent.desktop \ >+ data/spice-vdagentd \ >+ data/spice-vdagentd.service \ >+ data/spice-vdagentd.service \ >+ data/tmpfiles.d/spice-vdagentd.conf \ >+ data/xorg.conf.RHEL-5 \ >+ $(NULL) >diff --git a/data/modules-load.d/spice-vdagentd.conf b/data/modules-load.d/spice-vdagentd.conf >new file mode 100644 >index 0000000..51d1981 >--- /dev/null >+++ b/data/modules-load.d/spice-vdagentd.conf >@@ -0,0 +1,2 @@ >+# load uinput.ko for spice input >+uinput >diff --git a/data/spice-vdagentd.service b/data/spice-vdagentd.service >new file mode 100644 >index 0000000..d301fa0 >--- /dev/null >+++ b/data/spice-vdagentd.service >@@ -0,0 +1,19 @@ >+[Unit] >+Description=Agent daemon for Spice guests >+After=dbus.target >+ >+# TODO we should use: >+#Requires=spice-vdagentd.socket >+ >+# On systems without virtio spice channel, don't start >+ConditionPathExists=/dev/virtio-ports/com.redhat.spice.0 >+ >+[Service] >+EnvironmentFile=-/etc/sysconfig/spice-vdagentd >+ExecStartPre=/bin/rm -f /var/run/spice-vdagentd/spice-vdagent-sock >+ExecStart=/usr/sbin/spice-vdagentd $SPICE_VDAGENTD_EXTRA_ARGS >+PIDFile=/var/run/spice-vdagentd/spice-vdagentd.pid >+PrivateTmp=true >+ >+[Install] >+WantedBy=multi-user.target >-- >1.7.10.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 848102
:
604416
| 604417 |
604421
|
604422