We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Petit tuto sur la création d'un service :
nano /etc/systemd/system/banisher.service
[Unit] Description=Banisher Service [Service] Type=simple Restart=always RestartSec=1 User=root ExecStart=/home/banisher/banisher [Install] WantedBy=multi-user.target
Pour le démarrer : systemctl start banisher
systemctl start banisher
Pour le lancer au boot : systemctl enable banisher
systemctl enable banisher
The text was updated successfully, but these errors were encountered:
Je mets ça dans le README en rentrant de vacances. Merci
Sorry, something went wrong.
Use ipset (fixe #2, #4, #5)
ee66620
No branches or pull requests
Petit tuto sur la création d'un service :
nano /etc/systemd/system/banisher.service
Pour le démarrer :
systemctl start banisher
Pour le lancer au boot :
systemctl enable banisher
The text was updated successfully, but these errors were encountered: