Advertisement
neoclust

Untitled

Jan 24th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. root@siveo:/lib/systemd/system# /usr/sbin/pulse2-cm start
  2. root@siveo:/lib/systemd/system# ps aux | grep pulse2-cm
  3. root 3834 0.0 1.0 93056 40100 ? S 00:57 0:00 /usr/bin/python /usr/sbin/pulse2-cm start
  4. root 3837 0.0 0.0 12740 2232 pts/3 S+ 00:57 0:00 grep pulse2-cm
  5. root@siveo:/lib/systemd/system# kill -15 3834
  6. root@siveo:/lib/systemd/system# systemctl start pulse2-cm.service
  7. root@siveo:/lib/systemd/system# ps aux | grep pulse2-cm
  8. root 3844 0.0 1.0 101440 40152 ? S 00:57 0:00 /usr/bin/python /usr/sbin/pulse2-cm start
  9. root 3847 0.0 0.0 12740 2160 pts/3 S+ 00:57 0:00 grep pulse2-cm
  10. root@siveo:/lib/systemd/system# systemctl status pulse2-cm.service
  11. ● pulse2-cm.service - Pulse2 Connection Manager Service
  12. Loaded: loaded (/lib/systemd/system/pulse2-cm.service; static)
  13. Active: active (running) since lun. 2016-01-25 00:57:53 CET; 8s ago
  14. Process: 3840 ExecStart=/usr/sbin/pulse2-cm start (code=exited, status=0/SUCCESS)
  15. Main PID: 3844 (pulse2-cm)
  16. CGroup: /system.slice/pulse2-cm.service
  17. └─3844 /usr/bin/python /usr/sbin/pulse2-cm start
  18. root@siveo:/lib/systemd/system# systemctl stop pulse2-cm.service
  19. root@siveo:/lib/systemd/system# ps aux | grep pulse2-cm
  20. root 3853 0.0 0.0 12740 2104 pts/3 S+ 00:58 0:00 grep pulse2-cm
  21. root@siveo:/lib/systemd/system# systemctl status pulse2-cm.service
  22. ● pulse2-cm.service - Pulse2 Connection Manager Service
  23. Loaded: loaded (/lib/systemd/system/pulse2-cm.service; static)
  24. Active: inactive (dead)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement