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 |
Tomáš Pecka | 574335e | 2022-05-31 16:35:54 +0200 | [diff] [blame] | 10 | ExecStart=/bin/bash /usr/libexec/czechlight-cfg-fs/czechlight-install-yang.sh |
Tomáš Pecka | d3861ce | 2022-05-11 11:51:30 +0200 | [diff] [blame] | 11 | Group=sysrepo |
Jan Kundrát | 2f100fc | 2020-11-02 22:10:16 +0100 | [diff] [blame] | 12 | |
| 13 | [Install] |
| 14 | WantedBy=multi-user.target |