From: Guillaume Pellerin Date: Wed, 17 Jul 2013 17:50:28 +0000 (+0200) Subject: rm old daemons X-Git-Tag: 1.0~11 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2ebeb45d437d566c14b2eb087c6a7a2d96ef6a38;p=telecaster-server.git rm old daemons --- diff --git a/tcserver/install.py b/tcserver/install.py index 0ef5971..f51010a 100644 --- a/tcserver/install.py +++ b/tcserver/install.py @@ -124,6 +124,10 @@ class Install(object): os.system('cp -ra conf/usr/* /usr/') os.system('cp -ra conf/etc/init.d/* /etc/init.d/') + + os.system('sudo update-rc.d -f jackd remove') + os.system('sudo update-rc.d -f stream-m remove') + os.system('sudo update-rc.d -f vncserver remove') os.system('update-rc.d jackd defaults 30 30') os.system('update-rc.d stream-m defaults 20 20')