Wednesday, May 1, 2024
 Popular · Latest · Hot · Upcoming
9
rated 0 times [  9] [ 0]  / answers: 1 / hits: 9465  / 3 Years ago, sun, october 31, 2021, 3:46:23

I'm using the very useful Supervisor. But I'd like to prevent it from running when I start ubuntu: is it possible ?


More From » 13.10

 Answers
2

If it's a service (daemon) install rcconf:



sudo apt-get install rcconf


And then, run it and disable supervisor with it (uncheck its corresponding box, and accept):



sudo rcconf


Whenever you want to run it manually you can use the command:



sudo service supervidor start

sudo service supervidor stop

[#28333] Tuesday, November 2, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
clegian

Total Points: 283
Total Questions: 115
Total Answers: 115

Location: Morocco
Member since Tue, Feb 2, 2021
3 Years ago
;