New service for end-script.sh

This commit is contained in:
2026-03-04 14:07:53 +01:00
parent ee88153578
commit 752de86b1e
-2
View File
@@ -1469,8 +1469,6 @@ The configuration is done in the home manager section.
${pkgs.bash}/bin/bash -c 'cd $HOME && ${./assets/scripts/end_script.sh}' ${pkgs.bash}/bin/bash -c 'cd $HOME && ${./assets/scripts/end_script.sh}'
''; '';
serviceConfig.Restart = "no"; serviceConfig.Restart = "no";
# Enable the service here, inside the definition
wantedBy = [ "default.target" ];
enable = true; enable = true;
}; };
} }