campus-total-block/dst-total-block.service

15 lines
288 B
SYSTEMD
Raw Permalink Normal View History

2024-02-12 01:42:36 +02:00
[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