Advertisement
turbodogfl

Untitled

Mar 13th, 2021
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. pi@c16494:~ $ sudo systemctl status lighttpd.service
  2. ● lighttpd.service - Lighttpd Daemon
  3. Loaded: loaded (/lib/systemd/system/lighttpd.service; enabled; vendor preset: enabled)
  4. Active: active (running) since Sat 2021-03-13 01:47:24 EST; 2min 4s ago
  5. Process: 5084 ExecStartPre=/usr/sbin/lighttpd -tt -f /etc/lighttpd/lighttpd.conf (code=exited, status=0/SUCCESS)
  6. Main PID: 5092 (lighttpd)
  7. Tasks: 1 (limit: 4915)
  8. CGroup: /system.slice/lighttpd.service
  9. └─5092 /usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf
  10.  
  11. Mar 13 01:47:24 c16494 systemd[1]: Starting Lighttpd Daemon...
  12. Mar 13 01:47:24 c16494 lighttpd[5084]: 2021-03-13 01:47:24: (server.c.1295) WARNING: unknown config-key: setenv.set-response-header (ignored)
  13. Mar 13 01:47:24 c16494 systemd[1]: Started Lighttpd Daemon.
  14. pi@c16494:~ $ sudo bash -c "$(wget -nv -O - https://raw.githubusercontent.com/wiedehopf/tar1090/master/install.sh)"
  15. 2021-03-13 01:51:36 URL:https://raw.githubusercontent.com/wiedehopf/tar1090/master/install.sh [15955/15955] -> "-" [1]
  16. remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
  17. From https://github.com/wiedehopf/tar1090-db
  18. * branch master -> FETCH_HEAD
  19. HEAD is now at 244f86a db update
  20. From https://github.com/wiedehopf/tar1090
  21. * branch master -> FETCH_HEAD
  22. HEAD is now at 540a43f fixed height for silhouette container
  23. Restarting lighttpd ...
  24. --------------
  25. --------------
  26. All done! Webinterface available at http://192.168.86.206/tar1090
  27. pi@c16494:~ $
  28.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement