mirror of
https://github.com/dredx/prole.git
synced 2026-09-27 03:54:31 +00:00
14 lines
310 B
Django/Jinja
14 lines
310 B
Django/Jinja
[Unit]
|
|
Description=Prole: ensure svc.prole.org ports are ACCEPTed before Tailscale filter rules
|
|
Wants=network-online.target
|
|
After=network-online.target
|
|
After=tailscaled.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/sbin/prole-svc-iptables-allow
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|