blockauth/systemd/blockauth.service

12 lines
215 B
SYSTEMD
Raw Normal View History

2024-03-28 12:32:00 +01:00
[Unit]
Description=Daemon for block auth connections using iptables
After=network.target
[Install]
WantedBy=multi-user.target
[Service]
Type=simple
ExecStart=/usr/bin/blockauth
ExecStop=/usr/bin/killall blockauth