From 630bab116e605aed881ce4fc85eec1c609a198ba Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 17 Jan 2014 12:29:08 +1000 Subject: [PATCH] Let systemd restart inputattach when it exits (i.e. after suspend) (#1046912) - Fix the description to avoid superfluous quotes --- wacom-inputattach@.service | 3 ++- xorg-x11-drv-wacom.spec | 7 ++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/wacom-inputattach@.service b/wacom-inputattach@.service index eab8e69..3193d8a 100644 --- a/wacom-inputattach@.service +++ b/wacom-inputattach@.service @@ -1,7 +1,8 @@ [Unit] -Description="inputattach for Wacom ISDv4-compatible serial devices" +Description=inputattach for Wacom ISDv4-compatible serial devices [Service] Type=simple ExecStart=/usr/bin/inputattach -w8001 /dev/%I +Restart=on-success diff --git a/xorg-x11-drv-wacom.spec b/xorg-x11-drv-wacom.spec index 9f13b12..bd56535 100644 --- a/xorg-x11-drv-wacom.spec +++ b/xorg-x11-drv-wacom.spec @@ -9,7 +9,7 @@ Summary: Xorg X11 wacom input driver Name: xorg-x11-drv-wacom Version: 0.23.0 -Release: 8%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 9%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} URL: http://www.x.org License: GPLv2+ Group: User Interface/X Hardware Support @@ -103,6 +103,11 @@ X.Org X11 wacom input driver development files. %{_bindir}/isdv4-serial-debugger %changelog +* Fri Jan 17 2014 Peter Hutterer 0.23.0-9 +- Let systemd restart inputattach when it exits (i.e. after suspend) + (#1046912) +- Fix the description to avoid superfluous quotes + * Mon Jan 13 2014 Adam Jackson - 0.23.0-8 - 1.15 ABI rebuild