rusty-keys/systemd/rusty-keys.service
moparisthebest e9705db5ba
All checks were successful
moparisthebest/rusty-keys/pipeline/head This commit looks good
Update systemd unit to restart always
2022-04-29 08:08:50 -04:00

12 lines
181 B
Desktop File

[Unit]
Description=rusty-keys keymapper service
After=systemd-udevd.service
[Service]
ExecStart=/usr/bin/rusty-keys
Restart=always
RestartSec=1s
[Install]
WantedBy=default.target