✏️ 正在编辑: netavark-nftables-reload.service
路径:
/usr/lib/systemd/system/netavark-nftables-reload.service
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
[Unit] Description=Restore Netavark firewall rules after nftables service is reloaded # This ensures our service is always started/restarted along with nftables. # It also ensures this service is stopped if nftables is stopped. PartOf=nftables.service # This ensures nftables has finished starting before we run. After=nftables.service [Service] Type=oneshot # This uses the placeholder, which will be replaced by the Makefile during the build. ExecStart=/usr/libexec/podman/netavark firewall-reload [Install] # This tells systemd that this service should be enabled when nftables is enabled. WantedBy=nftables.service
💾 保存文件
← 返回文件管理器