sonic-buildimage/files/image_config/rsyslog/rsyslog-config.service
Taoyu Li e84e093dea
Move all minigraph-related action from rc.local to updategraph (#1452)
- Move all minigraph-related action from rc.local to updategraph
- updategraph service is now after database. All feature services are now after and depending on updategraph
2018-03-09 17:17:08 -08:00

12 lines
202 B
Desktop File

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