blob: 4b0ed4b2190abd598613b8a27b66862313338ca2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Configure main network link
DefaultDependencies=no
IgnoreOnIsolate=true
Wants=s3-parse-network-kcl.service
After=s3-parse-network-kcl.service
[Service]
Type=oneshot
RemainAfterExit=true
ExecStart=/usr/local/bin/s3-setup-bootif-network.sh
|