chore | formating

This commit is contained in:
Don Harper 2024-12-26 18:40:17 -06:00
parent 4f0427fb2a
commit 81d75cae7f

View file

@ -28,7 +28,8 @@ in {
wantedBy = [ "lock.target" ]; wantedBy = [ "lock.target" ];
serviceConfig = { serviceConfig = {
Type = "forking"; Type = "forking";
Environment = "PATH=/run/current-system/sw/bin:/etc/profiles/per-user/don/bin:/home/don/bin"; Environment =
"PATH=/run/current-system/sw/bin:/etc/profiles/per-user/don/bin:/home/don/bin";
ExecStart = "/home/don/bin/lock.sh -m"; ExecStart = "/home/don/bin/lock.sh -m";
Restart = "on-failure"; Restart = "on-failure";
RestartSec = 0; RestartSec = 0;