Advertisement
neochapay

Untitled

Dec 27th, 2016
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. [root@Sailfish nemo]# ls -la /lib/systemd/system/network.target.wants/
  2. total 12
  3. drwxr-xr-x 2 root root 4096 Jan 4 1970 .
  4. drwxr-xr-x 22 root root 8192 Jan 4 1970 ..
  5. lrwxrwxrwx 1 root root 42 Jan 4 1970 bluetooth-init.service -> /lib/systemd/system/bluetooth-init.service
  6. lrwxrwxrwx 1 root root 20 Jan 4 1970 bluetooth.service -> ../bluetooth.service
  7. lrwxrwxrwx 1 root root 18 Jan 4 1970 connman.service -> ../connman.service
  8. lrwxrwxrwx 1 root root 16 Jan 4 1970 ofono.service -> ../ofono.service
  9. lrwxrwxrwx 1 root root 44 Jan 4 1970 wlan-module-load.service -> /lib/systemd/system/wlan-module-load.service
  10. [root@Sailfish nemo]# systemctl status bluetooth-init
  11. bluetooth-init.service - Bluetooth chip initialization
  12. Loaded: loaded (/lib/systemd/system/bluetooth-init.service; disabled)
  13. Active: inactive (dead) since Mon 2016-12-26 17:58:16 EET; 40min ago
  14. Process: 1273 ExecStart=/usr/bin/droid/bluetooth-init.sh (code=exited, status=0/SUCCESS)
  15. Main PID: 1273 (code=exited, status=0/SUCCESS)
  16.  
  17. Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
  18. [root@Sailfish nemo]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement