Regenerated
This commit is contained in:
+290
-290
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -2397,7 +2397,7 @@ in
|
||||
description = "Run set-wallpapers-at-logon.sh";
|
||||
|
||||
serviceConfig.Type = "oneshot";
|
||||
serviceConfig.ExecStart = "/run/current-system/sw/bin/bash ${scriptFile}";;
|
||||
serviceConfig.ExecStart = "/run/current-system/sw/bin/bash ${scriptFile}";
|
||||
serviceConfig.Restart = "on-failure";
|
||||
};
|
||||
|
||||
@@ -2418,7 +2418,7 @@ in
|
||||
description = "Run wallpaperSync at login";
|
||||
wantedBy = [ "default.target" ];
|
||||
serviceConfig.Type = "oneshot";
|
||||
serviceConfig.ExecStart = "/run/current-system/sw/bin/bash ${scriptFile}";;
|
||||
serviceConfig.ExecStart = "/run/current-system/sw/bin/bash ${scriptFile}";
|
||||
};
|
||||
}
|
||||
#+END_SRC
|
||||
|
||||
@@ -37,7 +37,7 @@ in
|
||||
description = "Run set-wallpapers-at-logon.sh";
|
||||
|
||||
serviceConfig.Type = "oneshot";
|
||||
serviceConfig.ExecStart = "/run/current-system/sw/bin/bash ${scriptFile}";;
|
||||
serviceConfig.ExecStart = "/run/current-system/sw/bin/bash ${scriptFile}";
|
||||
serviceConfig.Restart = "on-failure";
|
||||
};
|
||||
|
||||
@@ -58,6 +58,6 @@ in
|
||||
description = "Run wallpaperSync at login";
|
||||
wantedBy = [ "default.target" ];
|
||||
serviceConfig.Type = "oneshot";
|
||||
serviceConfig.ExecStart = "/run/current-system/sw/bin/bash ${scriptFile}";;
|
||||
serviceConfig.ExecStart = "/run/current-system/sw/bin/bash ${scriptFile}";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user