mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-14 22:59:14 +02:00
14 lines
320 B
Desktop File
14 lines
320 B
Desktop File
[Unit]
|
|
Description=xkeysnail
|
|
|
|
[Service]
|
|
Type=simple
|
|
KillMode=process
|
|
ExecStart=/usr/bin/sudo /bin/bash -c '/usr/bin/xhost +SI:localuser:root && /usr/local/bin/xkeysnail --quiet --watch {homedir}/.config/kinto/kinto.py'
|
|
Restart=on-failure
|
|
RestartSec=3
|
|
Environment=DISPLAY={displayid}
|
|
|
|
[Install]
|
|
WantedBy=graphical.target
|