mirror of
https://github.com/thelittlerocket/pve.git
synced 2024-11-10 17:05:07 +08:00
12 lines
228 B
Desktop File
12 lines
228 B
Desktop File
[Unit]
|
|
Description=Install ifupdown2 on next reboot
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/install_ifupdown2.sh
|
|
ExecStartPost=/sbin/reboot
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|