chore | formating
This commit is contained in:
parent
4f0427fb2a
commit
81d75cae7f
1 changed files with 16 additions and 15 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue