glotzbert: fix shitty x11vnc

This commit is contained in:
Sandro - 2024-01-14 17:45:31 +01:00
parent 53a94ce2ff
commit dbbcca32e4
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@
wantedBy = [ "graphical-session.target" ];
partOf = [ "graphical-session.target" ];
serviceConfig = {
ExecStart = "${lib.getExe pkgs.x11vnc} -forever -shared -unixpw k-ot";
RestartSec = 3;
ExecStart = "${lib.getExe pkgs.x11vnc} -forever -shared -passwd k-ot";
RestartSec = 5;
Restart = "always";
};
};