File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 10
10
- motd-news
11
11
- vector
12
12
- lvm2-monitor
13
+ - salt-minion
13
14
when : debpkg_mode
14
15
15
16
- name : ensure services are stopped and disabled for first boot nix build
23
24
- fail2ban
24
25
- motd-news
25
26
- vector
27
+ - salt-minion
26
28
when : stage2_nix
27
29
28
30
- name : disable man-db
Original file line number Diff line number Diff line change @@ -223,11 +223,10 @@ function update_systemd_services {
223
223
rm -f /mnt/etc/systemd/system/multi-user.target.wants/vector.service
224
224
ln -s /etc/systemd/system/vector.timer /mnt/etc/systemd/system/multi-user.target.wants/vector.timer
225
225
226
- # Disable apparmor during first boot
226
+ # Disable services during first boot.
227
227
rm -f /mnt/etc/systemd/system/sysinit.target.wants/apparmor.service
228
-
229
- # Disable postgresql service during first boot.
230
228
rm -f /mnt/etc/systemd/system/multi-user.target.wants/postgresql.service
229
+ rm -f /mnt/etc/systemd/system/multi-user.target.wants/salt-minion.service
231
230
232
231
# Disable auditd
233
232
rm -f /mnt/etc/systemd/system/multi-user.target.wants/auditd.service
You can’t perform that action at this time.
0 commit comments