Merge pull request #112891 from flokli/systemd-drop-systemd-mutable

systemd: stop reading from /etc/systemd-mutable
This commit is contained in:
Florian Klink
2021-02-18 12:09:34 +01:00
committed by GitHub
2 changed files with 17 additions and 27 deletions
+1 -1
View File
@@ -58,7 +58,7 @@
unitDir=/etc/systemd/system
if [ ! -w "$unitDir" ]; then
unitDir=/etc/systemd-mutable/system
unitDir=/nix/var/nix/profiles/default/lib/systemd/system
mkdir -p "$unitDir"
fi
declare -a unitsToStop unitsToStart