Jan Kundrát | 2f100fc | 2020-11-02 22:10:16 +0100 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Install CzechLight YANG models |
Jan Kundrát | 34d2f48 | 2021-01-11 19:24:09 +0100 | [diff] [blame] | 3 | After=netopeer2-install-yang.service cfg.mount |
| 4 | Requires=netopeer2-install-yang.service cfg.mount |
| 5 | Before=netopeer2.service cfg-restore-sysrepo.service |
Jan Kundrát | 2f100fc | 2020-11-02 22:10:16 +0100 | [diff] [blame] | 6 | |
| 7 | [Service] |
| 8 | Type=oneshot |
Jan Kundrát | 8929782 | 2021-01-19 21:48:52 +0100 | [diff] [blame] | 9 | RemainAfterExit=yes |
Jan Kundrát | 2f100fc | 2020-11-02 22:10:16 +0100 | [diff] [blame] | 10 | ExecStart=/bin/bash /usr/bin/czechlight-install-yang.sh |
| 11 | |
| 12 | [Install] |
| 13 | WantedBy=multi-user.target |