You are not logged in.
Hi, i am new on Arch Linux and have installed Suricata from AUR https://aur.archlinux.org/packages/suricata.
When i type sudo suricata, it worked, it showed the suricata version, but i can't restart the service using systemctl after change some configuration. sudo systemctl restart suricata.service return error unit not found. means the suricata.service is not found
I don't know what i'm doing wrong after follow the instruction https://wiki.archlinux.org/title/Suricata
Please help, thanks!
Last edited by gfriend (2023-03-14 23:51:07)
Offline
The package includes /usr/lib/systemd/system/suricata.service.
Please post the output of the following:
pacman -Ql suricata | grep service
ls /usr/lib/systemd/system/suricata.service"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline