Autorun should only run after the network is fully configured (#120)

This commit is contained in:
Francois Dupoux 2020-06-28 07:15:15 +00:00
parent 4505e50773
commit b109e8dbab
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@ SystemRescueCd ChangeLog
6.1.6 (YYYY-MM-DD):
-------------------------------------------------------------------------------
* Improved PXE boot when multiple network interfaces are available
* Autorun will only run after the network is fully configured (#120)
* Added minicom and picocom serial communication programs
-------------------------------------------------------------------------------

View file

@ -2,7 +2,7 @@
Description=SystemRescueCd Autorun
After=network.target network-online.target sysresccd-initialize.service
Before=getty-pre.target
Wants=getty-pre.target
Wants=getty-pre.target network-online.target
[Service]
Type=oneshot