Let systemd restart inputattach when it exits (i.e. after suspend)

(#1046912)
- Fix the description to avoid superfluous quotes
This commit is contained in:
Peter Hutterer 2014-01-17 12:29:08 +10:00
parent bdfa70c24c
commit 630bab116e
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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 <peter.hutterer@redhat.com> 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 <ajax@redhat.com> - 0.23.0-8
- 1.15 ABI rebuild