Files
ansible/proxmox/templates/ebtables.service.j2
2025-08-02 13:26:16 +03:00

16 lines
419 B
Django/Jinja

[Unit]
Description=ebtables persistent configuration
DefaultDependencies=no
Wants=network-pre.target systemd-modules-load.service local-fs.target
Before=network-pre.target shutdown.target
After=systemd-modules-load.service local-fs.target
Conflicts=shutdown.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/sh -c '/usr/sbin/ebtables-restore < /etc/ebtables.rules'
[Install]
WantedBy=multi-user.target