2017-01-29 13:33:33 -06:00
|
|
|
[Unit]
|
|
|
|
Description=Update rsyslog configuration
|
2018-03-09 19:17:08 -06:00
|
|
|
Requires=updategraph.service
|
|
|
|
After=updategraph.service
|
2021-02-25 06:26:24 -06:00
|
|
|
BindsTo=sonic.target
|
|
|
|
After=sonic.target
|
2023-01-27 02:10:20 -06:00
|
|
|
After=interfaces-config.service
|
2017-01-29 13:33:33 -06:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2021-02-25 06:26:24 -06:00
|
|
|
RemainAfterExit=yes
|
2017-01-29 13:33:33 -06:00
|
|
|
ExecStart=/usr/bin/rsyslog-config.sh
|
|
|
|
|
|
|
|
[Install]
|
2021-02-25 06:26:24 -06:00
|
|
|
WantedBy=sonic.target
|