campus-total-block/dst-total-block.service
2024-02-12 01:42:36 +02:00

15 lines
288 B
Desktop File

[Unit]
Description=DstDomain checker
After=network.target
StartLimitIntervalSec=0
[Service]
Type=simple
Restart=always
RestartSec=3
User=proxy
ExecStart=/usr/bin/env ruby /etc/squid/bin/dst-domain-match-check.rb /etc/squid/dst-total-block-check.ini
[Install]
WantedBy=multi-user.target