Skip to content

Commit

Permalink
re-run cernvm startup scripts after contextualization
Browse files Browse the repository at this point in the history
  • Loading branch information
jblomer committed May 23, 2014
1 parent 805b5d0 commit ce025bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cernvm/amiconfig/plugins/cernvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,4 +341,6 @@ def configure(self):

if edition == 'Desktop':
util.call(['/etc/cernvm/config','-x'])
util.call(['/sbin/telinit','5'])
util.call(['/sbin/telinit','5'])

util.call(['/sbin/service cernvm start'])

0 comments on commit ce025bb

Please sign in to comment.