These commands are for DEBIANs
- as root type this command
systemctl edit --full inspircd
Will appear this
on the line "ExecStart=/usr/sbin/insoircd...."
change the string "/var/log/inspircd.log" to "/dev/null"
So the line will be like this
restart the service with the command
service inspired restart
Comments
Post a Comment