Skip to content

Commit

Permalink
adapt systemd configuration to globbing
Browse files Browse the repository at this point in the history
  • Loading branch information
wertarbyte committed Sep 6, 2016
1 parent c9b6556 commit 06720d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
7 changes: 0 additions & 7 deletions systemd/thd_startup

This file was deleted.

4 changes: 1 addition & 3 deletions systemd/triggerhappy.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ After=local-fs.target

[Service]
Type=notify
#ExecStart=/usr/sbin/thd --triggers /etc/triggerhappy/triggers.d/ --socket /run/thd.socket
# Use wrapper script to open all available devices on startup
ExecStart=/usr/lib/triggerhappy/thd_startup --triggers /etc/triggerhappy/triggers.d/ --socket /run/thd.socket
ExecStart=/usr/sbin/thd --triggers /etc/triggerhappy/triggers.d/ --socket /run/thd.socket --user nobody --deviceglob /dev/input/event*

[Install]
WantedBy=multi-user.target

0 comments on commit 06720d2

Please sign in to comment.