blob: 18b073cfb38800cdaa5db531942d7658aca53c5c (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/sbin/runscript
: ${socket:=/var/run/thd.socket}
: ${triggers:=/etc/triggerhappy/triggers.d}
command=/usr/sbin/thd
pidfile=/var/run/thd.pid
command_args="--daemon --socket $socket --triggers $triggers $devices --pidfile $pidfile"
|