mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-02-01 10:38:22 +08:00
13 lines
219 B
SYSTEMD
13 lines
219 B
SYSTEMD
|
[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
|