How to manage startup applications in Debian 9?
Clash Royale CLAN TAG#URR8PPP
So I'd like to manage my autostart applications and e.g. disable those which I prefer not to autostart. How can I do that in Debian 9.0?
I could not do so via the System Monitor and I'd prefer a GUI over the console.
Furthermore it would be nice if such a tool also displayed some information about the apps/processes such as what they do, whether they're safe to disable and e.g. things like whether many have them running as well and whether (many/specific) users have flagged them for being undesired.
debian startup autostart gnome-system-monitor
add a comment |
So I'd like to manage my autostart applications and e.g. disable those which I prefer not to autostart. How can I do that in Debian 9.0?
I could not do so via the System Monitor and I'd prefer a GUI over the console.
Furthermore it would be nice if such a tool also displayed some information about the apps/processes such as what they do, whether they're safe to disable and e.g. things like whether many have them running as well and whether (many/specific) users have flagged them for being undesired.
debian startup autostart gnome-system-monitor
3
Are you trying to manage daemons, or your desktop’s startup applications?
– Stephen Kitt
Jun 28 '17 at 19:56
@StephenKitt Both. Especially for daemons information for what each is for would be useful.
– mYnDstrEAm
Jun 28 '17 at 20:18
Some more ways: unix.stackexchange.com/questions/15330/…
– mYnDstrEAm
Nov 19 '18 at 11:54
askubuntu.com/questions/19320/how-to-enable-or-disable-services
– mYnDstrEAm
Nov 20 '18 at 11:23
add a comment |
So I'd like to manage my autostart applications and e.g. disable those which I prefer not to autostart. How can I do that in Debian 9.0?
I could not do so via the System Monitor and I'd prefer a GUI over the console.
Furthermore it would be nice if such a tool also displayed some information about the apps/processes such as what they do, whether they're safe to disable and e.g. things like whether many have them running as well and whether (many/specific) users have flagged them for being undesired.
debian startup autostart gnome-system-monitor
So I'd like to manage my autostart applications and e.g. disable those which I prefer not to autostart. How can I do that in Debian 9.0?
I could not do so via the System Monitor and I'd prefer a GUI over the console.
Furthermore it would be nice if such a tool also displayed some information about the apps/processes such as what they do, whether they're safe to disable and e.g. things like whether many have them running as well and whether (many/specific) users have flagged them for being undesired.
debian startup autostart gnome-system-monitor
debian startup autostart gnome-system-monitor
asked Jun 28 '17 at 19:35
mYnDstrEAmmYnDstrEAm
77451443
77451443
3
Are you trying to manage daemons, or your desktop’s startup applications?
– Stephen Kitt
Jun 28 '17 at 19:56
@StephenKitt Both. Especially for daemons information for what each is for would be useful.
– mYnDstrEAm
Jun 28 '17 at 20:18
Some more ways: unix.stackexchange.com/questions/15330/…
– mYnDstrEAm
Nov 19 '18 at 11:54
askubuntu.com/questions/19320/how-to-enable-or-disable-services
– mYnDstrEAm
Nov 20 '18 at 11:23
add a comment |
3
Are you trying to manage daemons, or your desktop’s startup applications?
– Stephen Kitt
Jun 28 '17 at 19:56
@StephenKitt Both. Especially for daemons information for what each is for would be useful.
– mYnDstrEAm
Jun 28 '17 at 20:18
Some more ways: unix.stackexchange.com/questions/15330/…
– mYnDstrEAm
Nov 19 '18 at 11:54
askubuntu.com/questions/19320/how-to-enable-or-disable-services
– mYnDstrEAm
Nov 20 '18 at 11:23
3
3
Are you trying to manage daemons, or your desktop’s startup applications?
– Stephen Kitt
Jun 28 '17 at 19:56
Are you trying to manage daemons, or your desktop’s startup applications?
– Stephen Kitt
Jun 28 '17 at 19:56
@StephenKitt Both. Especially for daemons information for what each is for would be useful.
– mYnDstrEAm
Jun 28 '17 at 20:18
@StephenKitt Both. Especially for daemons information for what each is for would be useful.
– mYnDstrEAm
Jun 28 '17 at 20:18
Some more ways: unix.stackexchange.com/questions/15330/…
– mYnDstrEAm
Nov 19 '18 at 11:54
Some more ways: unix.stackexchange.com/questions/15330/…
– mYnDstrEAm
Nov 19 '18 at 11:54
askubuntu.com/questions/19320/how-to-enable-or-disable-services
– mYnDstrEAm
Nov 20 '18 at 11:23
askubuntu.com/questions/19320/how-to-enable-or-disable-services
– mYnDstrEAm
Nov 20 '18 at 11:23
add a comment |
2 Answers
2
active
oldest
votes
You can use use Boot Up Manager, which is essentially a front-end to manage the scripts in /etc/init.d
. It'll give you a view of what scripts are present on your computer and which ones are active. You can enable or disable them in the GUI. It does provide a level of additional information if you select Advanced and go to the Services tab. This includes priority, tags and a home page you can visit to get more detail. You can find more information on it here: http://www.marzocca.net/linux/bumdocs.html and install it with apt-get install bum
If you're just looking to add a program to startup, there was a (gnome-based) Startup Applications program with a simple click and add interface available in jessie (or in my installation at at least). I can't establish if it is present in stretch from a simple google.It may be worth checking to see if the option is available in your menu.
That's pretty much what I was looking for; thanks. However it doesn't show all the processes (incl daemons) that are shown under System Monitor->Processes after I started up so it's missing things. Furthermore it would be nice if it also displayed some more info on each process; for instance it could fetch packages.debian.org descriptions among other things. And it could also compare the hashes with those fetched from some online source. But most useful would be showing truly all startup processes (also incl those of other users).
– mYnDstrEAm
Jul 6 '17 at 10:57
add a comment |
There are (at least) two packages in Debian which provide tools to manage startup applications.
The first is gnome-tweak-tool
; its “Startup Applications” tab allows you to manage your startup applications in your desktop environment.
The second is systemd-ui
; it shows all the configured systemd units and jobs on your system, and allows you to start, stop, restart and reload units. It also displays the description and dependencies of each unit (but not the links to the documentation which may be given in the unit). It doesn’t seem to allow enabling and disabling units though, which is probably what you’re after.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f374012%2fhow-to-manage-startup-applications-in-debian-9%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can use use Boot Up Manager, which is essentially a front-end to manage the scripts in /etc/init.d
. It'll give you a view of what scripts are present on your computer and which ones are active. You can enable or disable them in the GUI. It does provide a level of additional information if you select Advanced and go to the Services tab. This includes priority, tags and a home page you can visit to get more detail. You can find more information on it here: http://www.marzocca.net/linux/bumdocs.html and install it with apt-get install bum
If you're just looking to add a program to startup, there was a (gnome-based) Startup Applications program with a simple click and add interface available in jessie (or in my installation at at least). I can't establish if it is present in stretch from a simple google.It may be worth checking to see if the option is available in your menu.
That's pretty much what I was looking for; thanks. However it doesn't show all the processes (incl daemons) that are shown under System Monitor->Processes after I started up so it's missing things. Furthermore it would be nice if it also displayed some more info on each process; for instance it could fetch packages.debian.org descriptions among other things. And it could also compare the hashes with those fetched from some online source. But most useful would be showing truly all startup processes (also incl those of other users).
– mYnDstrEAm
Jul 6 '17 at 10:57
add a comment |
You can use use Boot Up Manager, which is essentially a front-end to manage the scripts in /etc/init.d
. It'll give you a view of what scripts are present on your computer and which ones are active. You can enable or disable them in the GUI. It does provide a level of additional information if you select Advanced and go to the Services tab. This includes priority, tags and a home page you can visit to get more detail. You can find more information on it here: http://www.marzocca.net/linux/bumdocs.html and install it with apt-get install bum
If you're just looking to add a program to startup, there was a (gnome-based) Startup Applications program with a simple click and add interface available in jessie (or in my installation at at least). I can't establish if it is present in stretch from a simple google.It may be worth checking to see if the option is available in your menu.
That's pretty much what I was looking for; thanks. However it doesn't show all the processes (incl daemons) that are shown under System Monitor->Processes after I started up so it's missing things. Furthermore it would be nice if it also displayed some more info on each process; for instance it could fetch packages.debian.org descriptions among other things. And it could also compare the hashes with those fetched from some online source. But most useful would be showing truly all startup processes (also incl those of other users).
– mYnDstrEAm
Jul 6 '17 at 10:57
add a comment |
You can use use Boot Up Manager, which is essentially a front-end to manage the scripts in /etc/init.d
. It'll give you a view of what scripts are present on your computer and which ones are active. You can enable or disable them in the GUI. It does provide a level of additional information if you select Advanced and go to the Services tab. This includes priority, tags and a home page you can visit to get more detail. You can find more information on it here: http://www.marzocca.net/linux/bumdocs.html and install it with apt-get install bum
If you're just looking to add a program to startup, there was a (gnome-based) Startup Applications program with a simple click and add interface available in jessie (or in my installation at at least). I can't establish if it is present in stretch from a simple google.It may be worth checking to see if the option is available in your menu.
You can use use Boot Up Manager, which is essentially a front-end to manage the scripts in /etc/init.d
. It'll give you a view of what scripts are present on your computer and which ones are active. You can enable or disable them in the GUI. It does provide a level of additional information if you select Advanced and go to the Services tab. This includes priority, tags and a home page you can visit to get more detail. You can find more information on it here: http://www.marzocca.net/linux/bumdocs.html and install it with apt-get install bum
If you're just looking to add a program to startup, there was a (gnome-based) Startup Applications program with a simple click and add interface available in jessie (or in my installation at at least). I can't establish if it is present in stretch from a simple google.It may be worth checking to see if the option is available in your menu.
answered Jul 3 '17 at 7:02
catcat
561
561
That's pretty much what I was looking for; thanks. However it doesn't show all the processes (incl daemons) that are shown under System Monitor->Processes after I started up so it's missing things. Furthermore it would be nice if it also displayed some more info on each process; for instance it could fetch packages.debian.org descriptions among other things. And it could also compare the hashes with those fetched from some online source. But most useful would be showing truly all startup processes (also incl those of other users).
– mYnDstrEAm
Jul 6 '17 at 10:57
add a comment |
That's pretty much what I was looking for; thanks. However it doesn't show all the processes (incl daemons) that are shown under System Monitor->Processes after I started up so it's missing things. Furthermore it would be nice if it also displayed some more info on each process; for instance it could fetch packages.debian.org descriptions among other things. And it could also compare the hashes with those fetched from some online source. But most useful would be showing truly all startup processes (also incl those of other users).
– mYnDstrEAm
Jul 6 '17 at 10:57
That's pretty much what I was looking for; thanks. However it doesn't show all the processes (incl daemons) that are shown under System Monitor->Processes after I started up so it's missing things. Furthermore it would be nice if it also displayed some more info on each process; for instance it could fetch packages.debian.org descriptions among other things. And it could also compare the hashes with those fetched from some online source. But most useful would be showing truly all startup processes (also incl those of other users).
– mYnDstrEAm
Jul 6 '17 at 10:57
That's pretty much what I was looking for; thanks. However it doesn't show all the processes (incl daemons) that are shown under System Monitor->Processes after I started up so it's missing things. Furthermore it would be nice if it also displayed some more info on each process; for instance it could fetch packages.debian.org descriptions among other things. And it could also compare the hashes with those fetched from some online source. But most useful would be showing truly all startup processes (also incl those of other users).
– mYnDstrEAm
Jul 6 '17 at 10:57
add a comment |
There are (at least) two packages in Debian which provide tools to manage startup applications.
The first is gnome-tweak-tool
; its “Startup Applications” tab allows you to manage your startup applications in your desktop environment.
The second is systemd-ui
; it shows all the configured systemd units and jobs on your system, and allows you to start, stop, restart and reload units. It also displays the description and dependencies of each unit (but not the links to the documentation which may be given in the unit). It doesn’t seem to allow enabling and disabling units though, which is probably what you’re after.
add a comment |
There are (at least) two packages in Debian which provide tools to manage startup applications.
The first is gnome-tweak-tool
; its “Startup Applications” tab allows you to manage your startup applications in your desktop environment.
The second is systemd-ui
; it shows all the configured systemd units and jobs on your system, and allows you to start, stop, restart and reload units. It also displays the description and dependencies of each unit (but not the links to the documentation which may be given in the unit). It doesn’t seem to allow enabling and disabling units though, which is probably what you’re after.
add a comment |
There are (at least) two packages in Debian which provide tools to manage startup applications.
The first is gnome-tweak-tool
; its “Startup Applications” tab allows you to manage your startup applications in your desktop environment.
The second is systemd-ui
; it shows all the configured systemd units and jobs on your system, and allows you to start, stop, restart and reload units. It also displays the description and dependencies of each unit (but not the links to the documentation which may be given in the unit). It doesn’t seem to allow enabling and disabling units though, which is probably what you’re after.
There are (at least) two packages in Debian which provide tools to manage startup applications.
The first is gnome-tweak-tool
; its “Startup Applications” tab allows you to manage your startup applications in your desktop environment.
The second is systemd-ui
; it shows all the configured systemd units and jobs on your system, and allows you to start, stop, restart and reload units. It also displays the description and dependencies of each unit (but not the links to the documentation which may be given in the unit). It doesn’t seem to allow enabling and disabling units though, which is probably what you’re after.
answered Jul 3 '17 at 8:21
Stephen KittStephen Kitt
171k24386463
171k24386463
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f374012%2fhow-to-manage-startup-applications-in-debian-9%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
3
Are you trying to manage daemons, or your desktop’s startup applications?
– Stephen Kitt
Jun 28 '17 at 19:56
@StephenKitt Both. Especially for daemons information for what each is for would be useful.
– mYnDstrEAm
Jun 28 '17 at 20:18
Some more ways: unix.stackexchange.com/questions/15330/…
– mYnDstrEAm
Nov 19 '18 at 11:54
askubuntu.com/questions/19320/how-to-enable-or-disable-services
– mYnDstrEAm
Nov 20 '18 at 11:23