mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-01 16:56:38 +02:00
- Updated xkeysnail installer to properly copy desktop autostart and to restart service on config file changes
This commit is contained in:
8
xkeysnail-config/xkeystart.sh
Executable file
8
xkeysnail-config/xkeystart.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
# >/dev/null 2>&1
|
||||
/usr/local/bin/xkeysnail --quiet --watch "$1" &
|
||||
while true
|
||||
do inotifywait -e close_write,moved_to,create -q "$1"
|
||||
/usr/bin/killall xkeysnail
|
||||
/usr/local/bin/xkeysnail --quiet --watch "$1" &
|
||||
done
|
Reference in New Issue
Block a user