Is there a GUI tool for managing systemd on Ubuntu 18.04 (Bionic Beaver)?rcconf package alternative in bionic beaver?sysv-rc-conf AND rcconfIs there any GUI tool for UpstartGUI tool for viewing and managing print queue?Kubuntu 18.04 Bionic Beaver release filesErrors update after installing ubuntu 18.04 bionic beaverUbuntu 18.04 Bionic Beaver install hangs after choosing keyboard layoutUnable to install R 3.5.0 in Ubuntu Bionic Beaver (18.04)Tor instructions don't work for Bionic BeaverProblem with nstalling Steam on Ubuntu 18.04 LTS Bionic BeaverCannot install gcc on ubuntu 18.04 bionic beaver?wget 1.20 package for bionic beaver

Count each bit-position separately over many 64-bit bitmasks, with AVX but not AVX2

Too soon for a plot twist?

The (Easy) Road to Code

Called into a meeting and told we are being made redundant (laid off) and "not to share outside". Can I tell my partner?

Why is it common in European airports not to display the gate for flights until around 45-90 minutes before departure, unlike other places?

Under what conditions can the right to remain silent be revoked in the USA?

Writing text next to a table

Should we avoid writing fiction about historical events without extensive research?

What do you call someone who likes to pick fights?

Having the player face themselves after the mid-game

How to educate team mate to take screenshots for bugs with out unwanted stuff

Are all players supposed to be able to see each others' character sheets?

Why restrict private health insurance?

Did Amazon pay $0 in taxes last year?

One circle's diameter is different from others within a series of circles

Will expression retain the same definition if particle is changed?

Numerical value of Determinant far from what it is supposed to be

Do black holes violate the conservation of mass?

Why aren't there more Gauls like Obelix?

Origin of the word “pushka”

Create chunks from an array

How can I portion out frozen cookie dough?

Is there a math expression equivalent to the conditional ternary operator?

Translation of 答えを知っている人はいませんでした



Is there a GUI tool for managing systemd on Ubuntu 18.04 (Bionic Beaver)?


rcconf package alternative in bionic beaver?sysv-rc-conf AND rcconfIs there any GUI tool for UpstartGUI tool for viewing and managing print queue?Kubuntu 18.04 Bionic Beaver release filesErrors update after installing ubuntu 18.04 bionic beaverUbuntu 18.04 Bionic Beaver install hangs after choosing keyboard layoutUnable to install R 3.5.0 in Ubuntu Bionic Beaver (18.04)Tor instructions don't work for Bionic BeaverProblem with nstalling Steam on Ubuntu 18.04 LTS Bionic BeaverCannot install gcc on ubuntu 18.04 bionic beaver?wget 1.20 package for bionic beaver













5















Is there a GUI tool for managing systemd on Ubuntu 18.04 (Bionic Beaver)?



I want to be able so see the status of services and/or units (and/or whatever else systemd calls them).



Ideally, I could also filter so as to only display running services. Also filter to only display enabled services.



Apparently, Ubuntu 16.04 had systemd-ui, which I never used.



This article from 2011 mentions some other tools that existed long ago on various Linux distributions.



If there is not a GUI tool, is there a curses tool?



I want to be able to quickly review a list of running and enabled services, and in as few key presses as possible, stop and disable the services/units that I don't want.



Thanks!










share|improve this question


























    5















    Is there a GUI tool for managing systemd on Ubuntu 18.04 (Bionic Beaver)?



    I want to be able so see the status of services and/or units (and/or whatever else systemd calls them).



    Ideally, I could also filter so as to only display running services. Also filter to only display enabled services.



    Apparently, Ubuntu 16.04 had systemd-ui, which I never used.



    This article from 2011 mentions some other tools that existed long ago on various Linux distributions.



    If there is not a GUI tool, is there a curses tool?



    I want to be able to quickly review a list of running and enabled services, and in as few key presses as possible, stop and disable the services/units that I don't want.



    Thanks!










    share|improve this question
























      5












      5








      5


      0






      Is there a GUI tool for managing systemd on Ubuntu 18.04 (Bionic Beaver)?



      I want to be able so see the status of services and/or units (and/or whatever else systemd calls them).



      Ideally, I could also filter so as to only display running services. Also filter to only display enabled services.



      Apparently, Ubuntu 16.04 had systemd-ui, which I never used.



      This article from 2011 mentions some other tools that existed long ago on various Linux distributions.



      If there is not a GUI tool, is there a curses tool?



      I want to be able to quickly review a list of running and enabled services, and in as few key presses as possible, stop and disable the services/units that I don't want.



      Thanks!










      share|improve this question














      Is there a GUI tool for managing systemd on Ubuntu 18.04 (Bionic Beaver)?



      I want to be able so see the status of services and/or units (and/or whatever else systemd calls them).



      Ideally, I could also filter so as to only display running services. Also filter to only display enabled services.



      Apparently, Ubuntu 16.04 had systemd-ui, which I never used.



      This article from 2011 mentions some other tools that existed long ago on various Linux distributions.



      If there is not a GUI tool, is there a curses tool?



      I want to be able to quickly review a list of running and enabled services, and in as few key presses as possible, stop and disable the services/units that I don't want.



      Thanks!







      gui systemd 18.04 administration






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked May 2 '18 at 2:39









      mpbmpb

      45539




      45539




















          3 Answers
          3






          active

          oldest

          votes


















          4














          I'm not aware of one. It doesn't get much faster than than the CLI commands though:



          systemctl status
          systemctl stop some-service
          systemctl disable some-service





          share|improve this answer


















          • 3





            systemctl --type service --state running gives a proper list of services which are currently running.

            – Videonauth
            May 2 '18 at 21:07


















          3














          I wrote a Lua + whiptail script that can display, stop, and disable Systemd units. The script is here:



          https://github.com/mpbcode/systemctl-ui






          share|improve this answer






























            0














            If you are using amd64 system, you can download the packages systemd-ui_3-4_amd64.deb and systemd-gui_3-4_all.deb from Xenial Repository and manually install with apt:



            sudo apt install ./systemd-ui_3-4_amd64.deb
            sudo apt install ./systemd-gui_3-4_all.deb


            I did this and worked like a charm.



            Bibliography:



            https://launchpad.net/ubuntu/+source/systemd-ui
            https://launchpad.net/ubuntu/+archive/primary/+files/systemd-gui_3-4_all.deb
            https://launchpad.net/ubuntu/+archive/primary/+files/systemd-ui_3-4_amd64.deb






            share|improve this answer








            New contributor




            José Ailton B.S. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.



















              Your Answer








              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "89"
              ;
              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: true,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              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
              );



              );













              draft saved

              draft discarded


















              StackExchange.ready(
              function ()
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1030850%2fis-there-a-gui-tool-for-managing-systemd-on-ubuntu-18-04-bionic-beaver%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown

























              3 Answers
              3






              active

              oldest

              votes








              3 Answers
              3






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              4














              I'm not aware of one. It doesn't get much faster than than the CLI commands though:



              systemctl status
              systemctl stop some-service
              systemctl disable some-service





              share|improve this answer


















              • 3





                systemctl --type service --state running gives a proper list of services which are currently running.

                – Videonauth
                May 2 '18 at 21:07















              4














              I'm not aware of one. It doesn't get much faster than than the CLI commands though:



              systemctl status
              systemctl stop some-service
              systemctl disable some-service





              share|improve this answer


















              • 3





                systemctl --type service --state running gives a proper list of services which are currently running.

                – Videonauth
                May 2 '18 at 21:07













              4












              4








              4







              I'm not aware of one. It doesn't get much faster than than the CLI commands though:



              systemctl status
              systemctl stop some-service
              systemctl disable some-service





              share|improve this answer













              I'm not aware of one. It doesn't get much faster than than the CLI commands though:



              systemctl status
              systemctl stop some-service
              systemctl disable some-service






              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered May 2 '18 at 20:52









              Mark StosbergMark Stosberg

              2,30811527




              2,30811527







              • 3





                systemctl --type service --state running gives a proper list of services which are currently running.

                – Videonauth
                May 2 '18 at 21:07












              • 3





                systemctl --type service --state running gives a proper list of services which are currently running.

                – Videonauth
                May 2 '18 at 21:07







              3




              3





              systemctl --type service --state running gives a proper list of services which are currently running.

              – Videonauth
              May 2 '18 at 21:07





              systemctl --type service --state running gives a proper list of services which are currently running.

              – Videonauth
              May 2 '18 at 21:07













              3














              I wrote a Lua + whiptail script that can display, stop, and disable Systemd units. The script is here:



              https://github.com/mpbcode/systemctl-ui






              share|improve this answer



























                3














                I wrote a Lua + whiptail script that can display, stop, and disable Systemd units. The script is here:



                https://github.com/mpbcode/systemctl-ui






                share|improve this answer

























                  3












                  3








                  3







                  I wrote a Lua + whiptail script that can display, stop, and disable Systemd units. The script is here:



                  https://github.com/mpbcode/systemctl-ui






                  share|improve this answer













                  I wrote a Lua + whiptail script that can display, stop, and disable Systemd units. The script is here:



                  https://github.com/mpbcode/systemctl-ui







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered May 3 '18 at 1:35









                  mpbmpb

                  45539




                  45539





















                      0














                      If you are using amd64 system, you can download the packages systemd-ui_3-4_amd64.deb and systemd-gui_3-4_all.deb from Xenial Repository and manually install with apt:



                      sudo apt install ./systemd-ui_3-4_amd64.deb
                      sudo apt install ./systemd-gui_3-4_all.deb


                      I did this and worked like a charm.



                      Bibliography:



                      https://launchpad.net/ubuntu/+source/systemd-ui
                      https://launchpad.net/ubuntu/+archive/primary/+files/systemd-gui_3-4_all.deb
                      https://launchpad.net/ubuntu/+archive/primary/+files/systemd-ui_3-4_amd64.deb






                      share|improve this answer








                      New contributor




                      José Ailton B.S. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.
























                        0














                        If you are using amd64 system, you can download the packages systemd-ui_3-4_amd64.deb and systemd-gui_3-4_all.deb from Xenial Repository and manually install with apt:



                        sudo apt install ./systemd-ui_3-4_amd64.deb
                        sudo apt install ./systemd-gui_3-4_all.deb


                        I did this and worked like a charm.



                        Bibliography:



                        https://launchpad.net/ubuntu/+source/systemd-ui
                        https://launchpad.net/ubuntu/+archive/primary/+files/systemd-gui_3-4_all.deb
                        https://launchpad.net/ubuntu/+archive/primary/+files/systemd-ui_3-4_amd64.deb






                        share|improve this answer








                        New contributor




                        José Ailton B.S. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                        Check out our Code of Conduct.






















                          0












                          0








                          0







                          If you are using amd64 system, you can download the packages systemd-ui_3-4_amd64.deb and systemd-gui_3-4_all.deb from Xenial Repository and manually install with apt:



                          sudo apt install ./systemd-ui_3-4_amd64.deb
                          sudo apt install ./systemd-gui_3-4_all.deb


                          I did this and worked like a charm.



                          Bibliography:



                          https://launchpad.net/ubuntu/+source/systemd-ui
                          https://launchpad.net/ubuntu/+archive/primary/+files/systemd-gui_3-4_all.deb
                          https://launchpad.net/ubuntu/+archive/primary/+files/systemd-ui_3-4_amd64.deb






                          share|improve this answer








                          New contributor




                          José Ailton B.S. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.










                          If you are using amd64 system, you can download the packages systemd-ui_3-4_amd64.deb and systemd-gui_3-4_all.deb from Xenial Repository and manually install with apt:



                          sudo apt install ./systemd-ui_3-4_amd64.deb
                          sudo apt install ./systemd-gui_3-4_all.deb


                          I did this and worked like a charm.



                          Bibliography:



                          https://launchpad.net/ubuntu/+source/systemd-ui
                          https://launchpad.net/ubuntu/+archive/primary/+files/systemd-gui_3-4_all.deb
                          https://launchpad.net/ubuntu/+archive/primary/+files/systemd-ui_3-4_amd64.deb







                          share|improve this answer








                          New contributor




                          José Ailton B.S. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.









                          share|improve this answer



                          share|improve this answer






                          New contributor




                          José Ailton B.S. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.









                          answered 2 hours ago









                          José Ailton B.S.José Ailton B.S.

                          11




                          11




                          New contributor




                          José Ailton B.S. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.





                          New contributor





                          José Ailton B.S. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.






                          José Ailton B.S. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.



























                              draft saved

                              draft discarded
















































                              Thanks for contributing an answer to Ask Ubuntu!


                              • 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.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1030850%2fis-there-a-gui-tool-for-managing-systemd-on-ubuntu-18-04-bionic-beaver%23new-answer', 'question_page');

                              );

                              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







                              Popular posts from this blog

                              Möglingen Índice Localización Historia Demografía Referencias Enlaces externos Menú de navegación48°53′18″N 9°07′45″E / 48.888333333333, 9.129166666666748°53′18″N 9°07′45″E / 48.888333333333, 9.1291666666667Sitio web oficial Mapa de Möglingen«Gemeinden in Deutschland nach Fläche, Bevölkerung und Postleitzahl am 30.09.2016»Möglingen

                              Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

                              Antonio De Lisio Carrera Referencias Menú de navegación«Caracas: evolución relacional multipleja»«Cuando los gobiernos subestiman a las localidades: L a Iniciativa para la Integración de la Infraestructura Regional Suramericana (IIRSA) en la frontera Colombo-Venezolana»«Maestría en Planificación Integral del Ambiente»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«Conózcanos»«Caracas: evolución relacional multipleja»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»