How to check status for user level systemd unit












0















If alice has a user level systemd service unit named foo.service located at /home/alice/.config/systemd/user/foo.service then I can switch user to alice and check the status of the unit using the --user switch:



root@srv0:~# su - alice
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.
alice@srv0:~$ systemctl status foo.service --user
● foo.service - foo
Loaded: loaded (/home/alice/.config/systemd/user/foo.service; disabled; v
Active: active (running) since Sat 2019-03-23 04:11:03 UTC; 2min 6s ago
Main PID: 2246 (python3)
CGroup: /user.slice/user-20021.slice/user@20021.service/foo.service
└─2246 python3 /home/alice/devapp foo bar baz



Is it possible to check the unit status (and also manipulate the unit) without switching user first?



I've tried using sudo but it's not working:



root@srv0:~# sudo -l -u alice systemctl status --user foo
/bin/systemctl status --user foo
root@srv0:~# sudo -u alice systemctl status --user foo
Failed to connect to bus: No such file or directory


I've also tried using user@UID syntax, also not working:



root@srv0:~# systemctl status user@1001:foo
● user@1001:foo.service - User Manager for UID 1001:foo
Loaded: loaded (/lib/systemd/system/user@.service; static; vendor preset: enabled)
Active: inactive (dead)









share|improve this question



























    0















    If alice has a user level systemd service unit named foo.service located at /home/alice/.config/systemd/user/foo.service then I can switch user to alice and check the status of the unit using the --user switch:



    root@srv0:~# su - alice
    To run a command as administrator (user "root"), use "sudo <command>".
    See "man sudo_root" for details.
    alice@srv0:~$ systemctl status foo.service --user
    ● foo.service - foo
    Loaded: loaded (/home/alice/.config/systemd/user/foo.service; disabled; v
    Active: active (running) since Sat 2019-03-23 04:11:03 UTC; 2min 6s ago
    Main PID: 2246 (python3)
    CGroup: /user.slice/user-20021.slice/user@20021.service/foo.service
    └─2246 python3 /home/alice/devapp foo bar baz



    Is it possible to check the unit status (and also manipulate the unit) without switching user first?



    I've tried using sudo but it's not working:



    root@srv0:~# sudo -l -u alice systemctl status --user foo
    /bin/systemctl status --user foo
    root@srv0:~# sudo -u alice systemctl status --user foo
    Failed to connect to bus: No such file or directory


    I've also tried using user@UID syntax, also not working:



    root@srv0:~# systemctl status user@1001:foo
    ● user@1001:foo.service - User Manager for UID 1001:foo
    Loaded: loaded (/lib/systemd/system/user@.service; static; vendor preset: enabled)
    Active: inactive (dead)









    share|improve this question

























      0












      0








      0








      If alice has a user level systemd service unit named foo.service located at /home/alice/.config/systemd/user/foo.service then I can switch user to alice and check the status of the unit using the --user switch:



      root@srv0:~# su - alice
      To run a command as administrator (user "root"), use "sudo <command>".
      See "man sudo_root" for details.
      alice@srv0:~$ systemctl status foo.service --user
      ● foo.service - foo
      Loaded: loaded (/home/alice/.config/systemd/user/foo.service; disabled; v
      Active: active (running) since Sat 2019-03-23 04:11:03 UTC; 2min 6s ago
      Main PID: 2246 (python3)
      CGroup: /user.slice/user-20021.slice/user@20021.service/foo.service
      └─2246 python3 /home/alice/devapp foo bar baz



      Is it possible to check the unit status (and also manipulate the unit) without switching user first?



      I've tried using sudo but it's not working:



      root@srv0:~# sudo -l -u alice systemctl status --user foo
      /bin/systemctl status --user foo
      root@srv0:~# sudo -u alice systemctl status --user foo
      Failed to connect to bus: No such file or directory


      I've also tried using user@UID syntax, also not working:



      root@srv0:~# systemctl status user@1001:foo
      ● user@1001:foo.service - User Manager for UID 1001:foo
      Loaded: loaded (/lib/systemd/system/user@.service; static; vendor preset: enabled)
      Active: inactive (dead)









      share|improve this question














      If alice has a user level systemd service unit named foo.service located at /home/alice/.config/systemd/user/foo.service then I can switch user to alice and check the status of the unit using the --user switch:



      root@srv0:~# su - alice
      To run a command as administrator (user "root"), use "sudo <command>".
      See "man sudo_root" for details.
      alice@srv0:~$ systemctl status foo.service --user
      ● foo.service - foo
      Loaded: loaded (/home/alice/.config/systemd/user/foo.service; disabled; v
      Active: active (running) since Sat 2019-03-23 04:11:03 UTC; 2min 6s ago
      Main PID: 2246 (python3)
      CGroup: /user.slice/user-20021.slice/user@20021.service/foo.service
      └─2246 python3 /home/alice/devapp foo bar baz



      Is it possible to check the unit status (and also manipulate the unit) without switching user first?



      I've tried using sudo but it's not working:



      root@srv0:~# sudo -l -u alice systemctl status --user foo
      /bin/systemctl status --user foo
      root@srv0:~# sudo -u alice systemctl status --user foo
      Failed to connect to bus: No such file or directory


      I've also tried using user@UID syntax, also not working:



      root@srv0:~# systemctl status user@1001:foo
      ● user@1001:foo.service - User Manager for UID 1001:foo
      Loaded: loaded (/lib/systemd/system/user@.service; static; vendor preset: enabled)
      Active: inactive (dead)






      systemd systemd-unit






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 15 mins ago









      mbigrasmbigras

      6922827




      6922827






















          0






          active

          oldest

          votes











          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
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f508121%2fhow-to-check-status-for-user-level-systemd-unit%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          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.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f508121%2fhow-to-check-status-for-user-level-systemd-unit%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

          サソリ

          広島県道265号伴広島線

          Setup Asymptote in Texstudio