mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-01 08:46:40 +02:00
- Added template file for keyswap service
This commit is contained in:
15
system-config/keyswap.service
Normal file
15
system-config/keyswap.service
Normal file
@@ -0,0 +1,15 @@
|
||||
[Unit]
|
||||
Description=keyswap for Terminal and GUI
|
||||
After=syslog.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User={username}
|
||||
Group={username}
|
||||
Environment=DISPLAY=:0
|
||||
Restart=always
|
||||
WorkingDirectory=/home/{username}/.config/
|
||||
ExecStart=/bin/bash /home/{username}/.config/xactive.sh {parameters}
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user