mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-01-31 10:09:03 +08:00
10 lines
160 B
SYSTEMD
10 lines
160 B
SYSTEMD
|
[Unit]
|
||
|
Description=Configure Network
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/bin/bash /usr/local/bin/configure_network.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|