Alexander Filippov | 83aa32a | 2020-06-08 12:51:56 +0300 | [diff] [blame] | 1 | [Unit] |
2 | Description=Setup VLAN 4004 | ||||
3 | DefaultDependencies=no | ||||
4 | Conflicts=shutdown.target | ||||
5 | After=systemd-remount-fs.service | ||||
6 | Before=sysinit.target shutdown.target systemd-update-done.service | ||||
7 | ConditionNeedsUpdate=/etc | ||||
8 | |||||
9 | [Service] | ||||
10 | Type=oneshot | ||||
11 | RemainAfterExit=yes | ||||
12 | ExecStart=/usr/bin/setup-vlan4004.sh | ||||
13 | |||||
14 | [Install] | ||||
15 | WantedBy=sysinit.target |