Skip to content

Commit

Permalink
restart service
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuchome committed Sep 26, 2013
1 parent bdc6726 commit ff096e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/YaST2-Firstboot.service
Expand Up @@ -10,7 +10,7 @@ Environment=SYSTEMCTL_OPTIONS=--ignore-dependencies TERM=linux
ExecStartPre=-/usr/bin/plymouth --hide-splash
ExecStart=/usr/lib/YaST2/startup/YaST2.Firstboot
ExecStartPost=/bin/rm -f /var/lib/YaST2/reconfig_system
ExecStartPost=/usr/bin/systemctl systemd-vconsole-setup.service
ExecStartPost=/usr/bin/systemctl restart systemd-vconsole-setup.service
TimeoutSec=0
RemainAfterExit=true
StandardInput=tty
Expand Down
2 changes: 1 addition & 1 deletion package/YaST2-Second-Stage.service
Expand Up @@ -12,7 +12,7 @@ ExecStart=/usr/lib/YaST2/startup/YaST2.Second-Stage
RemainAfterExit=yes
TimeoutSec=0
ExecStartPost=/bin/rm -f /var/lib/YaST2/runme_at_boot
ExecStartPost=/usr/bin/systemctl systemd-vconsole-setup.service
ExecStartPost=/usr/bin/systemctl restart systemd-vconsole-setup.service
StandardInput=tty

[Install]
Expand Down

0 comments on commit ff096e8

Please sign in to comment.