forked from pool/yast2-installation
18 lines
449 B
Desktop File
18 lines
449 B
Desktop File
[Unit]
|
|
Description=YaST2 Second Stage
|
|
After=apparmor.service local-fs.target
|
|
Before=getty@tty1.service xdm.service network.service NetworkManager.service
|
|
ConditionPathExists=/var/lib/YaST2/runme_at_boot
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
Environment=SYSTEMD_NO_WRAP=1
|
|
ExecStart=/usr/lib/YaST2/startup/YaST2.Second-Stage
|
|
RemainAfterExit=yes
|
|
TimeoutSec=0
|
|
ExecStartPost=/bin/rm -f /var/lib/YaST2/runme_at_boot
|
|
StandardInput=tty
|
|
|
|
[Install]
|
|
WantedBy=default.target
|