Skip to content

Commit 4358a48

Browse files
committed
preset-global.service: Add missing [Install] section
Required for presets to actually do something.
1 parent cfba31a commit 4358a48

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mkosi.extra/usr/lib/systemd/system/preset-global.service

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ ConditionPathIsReadWrite=/etc
99
Type=oneshot
1010
RemainAfterExit=yes
1111
ExecStart=systemctl preset-all --global
12+
13+
[Install]
14+
WantedBy=multi-user.target

0 commit comments

Comments
 (0)