This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# enable service 'filebeat' to run at startup | |
$ sudo update-rc.d filebeat defaults 95 10 | |
# list all services(?) | |
$ systemctl list-units --type service | |
# see what runs on runlevel 5 on a SysV system | |
$ ls /etc/rc5.d/ | |
# system logs of service |