systemd: add service
This commit is contained in:
13
zremap.service
Normal file
13
zremap.service
Normal file
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=zremap keyboard remapping service
|
||||
After=system.slice sysinit.target basic.target systemd-journald.socket
|
||||
Before=shutdown.target multi-user.target
|
||||
StartLimitIntervalSec=0
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=no
|
||||
ExecStart=/usr/local/bin/zremap-start
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user