Jan Kundrát | e950cf7 | 2024-09-06 17:46:11 +0200 | [diff] [blame^] | 1 | [Unit] |
2 | Description=Install YANG modules and persistent data | ||||
3 | After=cfg-migrate.service run-sysrepo.mount | ||||
4 | Requires=cfg-migrate.service | ||||
5 | Before=netopeer2.service | ||||
6 | BindsTo=run-sysrepo.mount | ||||
7 | |||||
8 | [Service] | ||||
9 | Type=oneshot | ||||
10 | RemainAfterExit=yes | ||||
11 | ExecStart=/bin/bash /usr/libexec/czechlight-cfg-fs/cfg-yang.sh | ||||
12 | Group=sysrepo | ||||
13 | PrivateTmp=yes | ||||
14 | |||||
15 | [Install] | ||||
16 | WantedBy=multi-user.target |