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/rsyslog/rsyslog-config.service
Joe LeVeque f49cac086f Remove extra trailing newlines at EOF (#804)
Files now end with a single newline
2017-07-12 20:54:37 -07:00

11 lines
170 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