service amnd call at same level

This commit is contained in:
2026-03-04 14:06:28 +01:00
parent 5080bb1747
commit ee88153578
2 changed files with 297 additions and 294 deletions
+294 -292
View File
File diff suppressed because it is too large Load Diff
+3 -2
View File
@@ -8,7 +8,8 @@
${pkgs.bash}/bin/bash -c 'cd $HOME && ${./assets/scripts/end_script.sh}'
'';
serviceConfig.Restart = "no";
# Enable the service here, inside the definition
wantedBy = [ "default.target" ];
enable = true;
};
systemd.user.services.endScript.enable = true;
}