akamanto: make sure KlipperScreen gets restarted

Robert Gerus 2023-10-27 06:31:33 +02:00
parent 5aea17c94a
commit 648f1e6b5f
1 changed files with 1 additions and 0 deletions

View File

@ -160,4 +160,5 @@ in {
program = "${cageScript}/bin/klipperCageScript";
environment = { GDK_BACKEND = "wayland"; };
};
systemd.services."cage-tty1".serviceConfig.Restart = "always";
}