pve/extra_scripts/ifupdown2-install.service
2023-06-25 11:12:31 +00:00

12 lines
219 B
Desktop File

[Unit]
Description=Install ifupdown2 on next reboot
After=network.target
[Service]
Type=oneshot
ExecStart=/root/install_ifupdown2.sh
ExecStartPost=/sbin/reboot
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target