SHA256
1
0
forked from pool/actkbd

- Fix path to binary in service bnc#903584.

OBS-URL: https://build.opensuse.org/package/show/utilities/actkbd?expand=0&rev=2
This commit is contained in:
Tomáš Chvátal 2015-02-10 15:57:16 +00:00 committed by Git OBS Bridge
parent 7c24090ca3
commit 140c86443b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 10 15:57:00 UTC 2015 - tchvatal@suse.com
- Fix path to binary in service bnc#903584.
-------------------------------------------------------------------
Tue Aug 12 08:29:01 UTC 2014 - tchvatal@suse.com

View File

@ -5,7 +5,7 @@ Requires=setkeycodes.service
[Service]
EnvironmentFile=-/etc/sysconfig/actkbd
ExecStart=/usr/bin/actkbd -q -x -l -d ${ACTKBD_DEVICE} -c ${ACTKBD_CONFIG}
ExecStart=/usr/sbin/actkbd -q -x -l -d ${ACTKBD_DEVICE} -c ${ACTKBD_CONFIG}
[Install]
WantedBy=multi-user.target