blob: 86a02af7b38880ce071b346dd662b2cdad33e16d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
post_install(){
cat <<INFO
To complete the installation process, edit the configuration file
sudo nano /var/lib/ossec-hids/etc/ossec.conf
Then, start the server
sudo systemctl start ossec-server.target
INFO
}
|