coova / coova-chilli

CoovaChilli is an open-source software access controller for captive portal hotspots.
Other
512 stars 258 forks source link

systemd restart not working #540

Open mmaridev opened 2 years ago

mmaridev commented 2 years ago

Hi,

it seems to me that systemctl restart chilli is uneffective: the process is stopped but not started again. You need to manually systemctl stop chilli; sleep 5; systemctl start chilli.

Q: Are you interested in native support for systemd? If yes, I could prepare a PR with a suitable service file.

sevan commented 2 years ago

Go for it! :)

tydell commented 2 years ago

I‘ve seen that too. You need to execute ‚systemctl restart chilli‘ twice to restart the service.

mmaridev commented 2 years ago

/cc @paolodongilli