pve/extra_scripts/ifupdown2-install.service

13 lines
219 B
SYSTEMD
Raw Normal View History

2023-06-25 19:12:31 +08:00
[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