Advertisement
Guest User

hybserv restart

a guest
Oct 31st, 2015
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. root@CallumsPiServer:/home/callum# systemctl stop hybserv
  2. root@CallumsPiServer:/home/callum# systemctl status hybserv
  3. ● hybserv.service - LSB: Hybserv daemon init.d script
  4. Loaded: loaded (/etc/init.d/hybserv)
  5. Active: inactive (dead) since Sat 2015-10-31 14:07:11 UTC; 11s ago
  6. Process: 15207 ExecStop=/etc/init.d/hybserv stop (code=exited, status=0/SUCCESS)
  7. Process: 15195 ExecStart=/etc/init.d/hybserv start (code=exited, status=0/SUCCESS)
  8.  
  9. Oct 31 14:06:57 CallumsPiServer hybserv[15195]: Starting Hybserv 2 IRC Servi....
  10. Oct 31 14:06:57 CallumsPiServer hybserv[15195]: .
  11. Oct 31 14:06:57 CallumsPiServer systemd[1]: Started LSB: Hybserv daemon init....
  12. Oct 31 14:07:11 CallumsPiServer systemd[1]: Stopping LSB: Hybserv daemon ini....
  13. Oct 31 14:07:11 CallumsPiServer hybserv[15207]: Stopping Hybserv 2 IRC Servi...!
  14. Oct 31 14:07:11 CallumsPiServer hybserv[15207]: .
  15. Oct 31 14:07:11 CallumsPiServer systemd[1]: Stopped LSB: Hybserv daemon init....
  16. Oct 31 14:07:18 CallumsPiServer systemd[1]: Stopped LSB: Hybserv daemon init....
  17. Hint: Some lines were ellipsized, use -l to show in full.
  18. root@CallumsPiServer:/home/callum# systemctl start hybserv
  19. root@CallumsPiServer:/home/callum# systemctl status hybserv
  20. ● hybserv.service - LSB: Hybserv daemon init.d script
  21. Loaded: loaded (/etc/init.d/hybserv)
  22. Active: active (exited) since Sat 2015-10-31 14:07:28 UTC; 2s ago
  23. Process: 15207 ExecStop=/etc/init.d/hybserv stop (code=exited, status=0/SUCCESS)
  24. Process: 15240 ExecStart=/etc/init.d/hybserv start (code=exited, status=0/SUCCESS)
  25.  
  26. Oct 31 14:07:28 CallumsPiServer hybserv[15240]: Starting Hybserv 2 IRC Servi....
  27. Oct 31 14:07:28 CallumsPiServer hybserv[15240]: .
  28. Oct 31 14:07:28 CallumsPiServer systemd[1]: Started LSB: Hybserv daemon init....
  29. Hint: Some lines were ellipsized, use -l to show in full.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement