Wizard: drop unwanted WantedBy
This commit is contained in:
parent
f76b5a991e
commit
247d6dade7
1 changed files with 2 additions and 4 deletions
|
|
@ -252,6 +252,8 @@ ConditionPathExists=!/var/local/.custom-first-boot-done
|
|||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
After=osbuild-first-boot.service
|
||||
After=register-satellite.service
|
||||
After=aap-first-boot-reg.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
|
@ -260,9 +262,7 @@ ExecStartPost=/usr/bin/touch /var/local/.custom-first-boot-done
|
|||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=basic.target
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=graphical.target
|
||||
`);
|
||||
|
||||
export const FIRST_BOOT_SERVICE = 'custom-first-boot';
|
||||
|
|
@ -282,9 +282,7 @@ ExecStartPost=/usr/bin/touch /var/local/.register-satellite-done
|
|||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=basic.target
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=graphical.target
|
||||
`);
|
||||
|
||||
export const SATELLITE_SERVICE = 'register-satellite';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue