Let systemd restart inputattach when it exits (i.e. after suspend)
(#1046912) - Fix the description to avoid superfluous quotes
This commit is contained in:
parent
bdfa70c24c
commit
630bab116e
@ -1,7 +1,8 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description="inputattach for Wacom ISDv4-compatible serial devices"
|
Description=inputattach for Wacom ISDv4-compatible serial devices
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/usr/bin/inputattach -w8001 /dev/%I
|
ExecStart=/usr/bin/inputattach -w8001 /dev/%I
|
||||||
|
Restart=on-success
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
Summary: Xorg X11 wacom input driver
|
Summary: Xorg X11 wacom input driver
|
||||||
Name: xorg-x11-drv-wacom
|
Name: xorg-x11-drv-wacom
|
||||||
Version: 0.23.0
|
Version: 0.23.0
|
||||||
Release: 8%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
Release: 9%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: User Interface/X Hardware Support
|
Group: User Interface/X Hardware Support
|
||||||
@ -103,6 +103,11 @@ X.Org X11 wacom input driver development files.
|
|||||||
%{_bindir}/isdv4-serial-debugger
|
%{_bindir}/isdv4-serial-debugger
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jan 13 2014 Adam Jackson <ajax@redhat.com> - 0.23.0-8
|
||||||
- 1.15 ABI rebuild
|
- 1.15 ABI rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user