Added example system service
This commit is contained in:
parent
4ded5f80d7
commit
0b4bfb858a
1 changed files with 14 additions and 0 deletions
14
makima.service
Normal file
14
makima.service
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Makima remapping daemon
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
Restart=always
|
||||||
|
RestartSec=3
|
||||||
|
ExecStart=/usr/bin/makima
|
||||||
|
User=
|
||||||
|
Group=input
|
||||||
|
Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
Loading…
Add table
Reference in a new issue