LouisDK

Untitled

Sep 20th, 2016
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.55 KB | None | 0 0
  1. root@zbc-rgfrederikubuntu:/lib/systemd/system# systemctl start watcher-py
  2. root@zbc-rgfrederikubuntu:/lib/systemd/system# systemctl status watcher-py
  3. ● watcher-py.service - Watcher.py deamon
  4.    Loaded: loaded (/lib/systemd/system/watcher-py.service; enabled; vendor preset: enabled)
  5.    Active: inactive (dead) since tir 2016-09-20 11:45:32 CEST; 1s ago
  6.   Process: 1384 ExecStop=/usr/local/bin/watcher.py stop (code=exited, status=0/SUCCESS)
  7.   Process: 1379 ExecStart=/usr/local/bin/watcher.py start (code=exited, status=0/SUCCESS)
  8.  Main PID: 1379 (code=exited, status=0/SUCCESS)
  9.  
  10. sep 20 11:45:32 zbc-rgfrederikubuntu systemd[1]: Started Watcher.py deamon.
  11. root@zbc-rgfrederikubuntu:/lib/systemd/system# watcher.py status
  12. service not running
  13. root@zbc-rgfrederikubuntu:/lib/systemd/system# journalctl -xe
  14. -- Unit watcher-py.service has finished starting up.
  15. --
  16. -- The start-up result is done.
  17. sep 20 11:44:54 zbc-rgfrederikubuntu systemd[1]: Starting Cleanup of Temporary Directories...
  18. -- Subject: Unit systemd-tmpfiles-clean.service has begun start-up
  19. -- Defined-By: systemd
  20. -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
  21. --
  22. -- Unit systemd-tmpfiles-clean.service has begun starting up.
  23. sep 20 11:44:54 zbc-rgfrederikubuntu systemd-tmpfiles[1353]: [/usr/lib/tmpfiles.d/var.conf:14] Duplicate line for path "/var/log", ignoring.
  24. sep 20 11:44:54 zbc-rgfrederikubuntu systemd[1]: Started Cleanup of Temporary Directories.
  25. -- Subject: Unit systemd-tmpfiles-clean.service has finished start-up
  26. -- Defined-By: systemd
  27. -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
  28. --
  29. -- Unit systemd-tmpfiles-clean.service has finished starting up.
  30. --
  31. -- The start-up result is done.
  32. sep 20 11:45:15 zbc-rgfrederikubuntu systemd[1]: Reloading.
  33. sep 20 11:45:15 zbc-rgfrederikubuntu systemd[1]: snapd.refresh.timer: Adding 4h 44min 49.853582s random time.
  34. sep 20 11:45:15 zbc-rgfrederikubuntu systemd[1]: apt-daily.timer: Adding 5h 48min 49.644635s random time.
  35. sep 20 11:45:15 zbc-rgfrederikubuntu systemd[1]: Started ACPI event daemon.
  36. -- Subject: Unit acpid.service has finished start-up
  37. -- Defined-By: systemd
  38. -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
  39. --
  40. -- Unit acpid.service has finished starting up.
  41. --
  42. -- The start-up result is done.
  43. sep 20 11:45:32 zbc-rgfrederikubuntu systemd[1]: Started Watcher.py deamon.
  44. -- Subject: Unit watcher-py.service has finished start-up
  45. -- Defined-By: systemd
  46. -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
  47. --
  48. -- Unit watcher-py.service has finished starting up.
  49. --
  50. -- The start-up result is done.
  51. ...skipping...
  52. -- Unit watcher-py.service has finished starting up.
  53. --
  54. -- The start-up result is done.
  55. sep 20 11:44:54 zbc-rgfrederikubuntu systemd[1]: Starting Cleanup of Temporary Directories...
  56. -- Subject: Unit systemd-tmpfiles-clean.service has begun start-up
  57. -- Defined-By: systemd
  58. -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
  59. --
  60. -- Unit systemd-tmpfiles-clean.service has begun starting up.
  61. sep 20 11:44:54 zbc-rgfrederikubuntu systemd-tmpfiles[1353]: [/usr/lib/tmpfiles.d/var.conf:14] Duplicate line for path "/var/log", ignoring.
  62. sep 20 11:44:54 zbc-rgfrederikubuntu systemd[1]: Started Cleanup of Temporary Directories.
  63. -- Subject: Unit systemd-tmpfiles-clean.service has finished start-up
  64. -- Defined-By: systemd
  65. -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
  66. --
  67. -- Unit systemd-tmpfiles-clean.service has finished starting up.
  68. --
  69. -- The start-up result is done.
  70. sep 20 11:45:15 zbc-rgfrederikubuntu systemd[1]: Reloading.
  71. sep 20 11:45:15 zbc-rgfrederikubuntu systemd[1]: snapd.refresh.timer: Adding 4h 44min 49.853582s random time.
  72. sep 20 11:45:15 zbc-rgfrederikubuntu systemd[1]: apt-daily.timer: Adding 5h 48min 49.644635s random time.
  73. sep 20 11:45:15 zbc-rgfrederikubuntu systemd[1]: Started ACPI event daemon.
  74. -- Subject: Unit acpid.service has finished start-up
  75. -- Defined-By: systemd
  76. -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
  77. --
  78. -- Unit acpid.service has finished starting up.
  79. --
  80. -- The start-up result is done.
  81. sep 20 11:45:32 zbc-rgfrederikubuntu systemd[1]: Started Watcher.py deamon.
  82. -- Subject: Unit watcher-py.service has finished start-up
  83. -- Defined-By: systemd
  84. -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
  85. --
  86. -- Unit watcher-py.service has finished starting up.
  87. --
  88. -- The start-up result is done.
  89. root@zbc-rgfrederikubuntu:/lib/systemd/system# watcher.py status
  90. service not running
  91. root@zbc-rgfrederik
Advertisement
Add Comment
Please, Sign In to add comment