sonic-buildimage/files/image_config/rsyslog/rsyslog-config.service
Oleksandr Ivantsiv 34ea91349c one image implementation (#215)
* Single image

* Fix review comments

* Update syncd service. Add HW mgmt to Mellanox single image.

* Add single image template for Broadcom platform.

SKU should be provided during configure:
make configure PLATFORM=broadcom SKU=Force10-S6000

* Add single image template for Cavium platform.

SKU should be provided during configure:
make configure PLATFORM=cavium SKU=AS7512

* Add description to sonic_debian_extension.j2 file.
2017-01-29 11:33:33 -08:00

12 lines
171 B
Desktop File

[Unit]
Description=Update rsyslog configuration
Before=rsyslog.service
[Service]
Type=oneshot
ExecStart=/usr/bin/rsyslog-config.sh
[Install]
WantedBy=multi-user.target