mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
triggerhappy: systemd support
[Thomas: use a relative symbolic link.] Signed-off-by: Alex Suykov <alex.suykov@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
b7afea9500
commit
7ee5eb933d
9
package/triggerhappy/triggerhappy.service
Normal file
9
package/triggerhappy/triggerhappy.service
Normal file
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=Triggerhappy daemon
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/sbin/thd --triggers /etc/triggerhappy/triggers.d --socket /var/run/thd.socket --user nobody /dev/input/event*
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user