Add sample systemd service
This commit is contained in:
parent
ca28b96982
commit
99cf9c452f
9
systemd/rusty-keys.service
Normal file
9
systemd/rusty-keys.service
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=rusty-keys keymapper service
|
||||||
|
After=systemd-udevd.service
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/usr/bin/rusty-keys
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
Loading…
Reference in New Issue
Block a user