Jan Kundrát | 2f100fc | 2020-11-02 22:10:16 +0100 | [diff] [blame] | 1 | [Unit] |
2 | Description=Install CzechLight YANG models | ||||
3 | After=netopeer2-setup.service cfg.mount | ||||
4 | Requires=netopeer2-setup.service cfg.mount | ||||
5 | Before=netopeer2.service | ||||
6 | |||||
7 | [Service] | ||||
8 | Type=oneshot | ||||
9 | ExecStart=/bin/bash /usr/bin/czechlight-install-yang.sh | ||||
10 | |||||
11 | [Install] | ||||
12 | WantedBy=multi-user.target |