This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
sonic-buildimage/files/image_config/hostname/hostname-config.service

12 lines
202 B
Desktop File

[Unit]
Description=Update hostname based on configdb
Requires=database.service
After=database.service
[Service]
Type=oneshot
ExecStart=/usr/bin/hostname-config.sh
[Install]
WantedBy=multi-user.target