blob: 83b7834ae5b9a6e063c1518cc85171e806836c21 [file] [log] [blame]
Jan Kundráte950cf72024-09-06 17:46:11 +02001[Unit]
2Description=Prepare initial sysrepo configuration
3After=cfg.mount
4Requires=cfg.mount
5
6[Service]
7Type=oneshot
8RemainAfterExit=yes
9ExecStart=/bin/bash /usr/libexec/czechlight-cfg-fs/cfg-migrate.sh
10Group=sysrepo
11PrivateTmp=yes
12
13[Install]
14WantedBy=multi-user.target