diff --git a/systemd/rusty-keys.service b/systemd/rusty-keys.service index 5693d0f..0cc0f4a 100644 --- a/systemd/rusty-keys.service +++ b/systemd/rusty-keys.service @@ -4,6 +4,8 @@ After=systemd-udevd.service [Service] ExecStart=/usr/bin/rusty-keys +Restart=always +RestartSec=1s [Install] WantedBy=default.target