1
0
Jiri Srain 2011-10-07 12:46:47 +00:00 committed by Git OBS Bridge
parent daf17be4ac
commit f625ad300d

View File

@ -2,17 +2,14 @@
Description=YaST2 Second Stage Description=YaST2 Second Stage
After=apparmor.service local-fs.target After=apparmor.service local-fs.target
Before=getty@tty1.service xdm.service Before=getty@tty1.service xdm.service
ConditionPathExists=|/var/lib/YaST2/runme_at_boot ConditionPathExists=/var/lib/YaST2/runme_at_boot
ConditionPathExists=|/run/systemd/keep_running
[Service] [Service]
Type=oneshot Type=oneshot
ExecStart=/bin/touch /run/systemd/keep_running
ExecStart=/usr/lib/YaST2/startup/YaST2.Second-Stage ExecStart=/usr/lib/YaST2/startup/YaST2.Second-Stage
RemainAfterExit=yes RemainAfterExit=yes
TimeoutSec=0 TimeoutSec=0
ExecStartPost=/bin/rm -f /var/lib/YaST2/runme_at_boot ExecStartPost=/bin/rm -f /var/lib/YaST2/runme_at_boot
ExecStartPost=/bin/rm -f /run/systemd/keep_running
[Install] [Install]
WantedBy=default.target WantedBy=default.target