sonic-buildimage/files/image_config/hostname/hostname-config.service

12 lines
208 B
SYSTEMD
Raw Normal View History

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