16 lines
289 B
Desktop File
16 lines
289 B
Desktop File
[Unit]
|
|
Description=Update rsyslog configuration
|
|
Requires=updategraph.service
|
|
After=updategraph.service
|
|
BindsTo=sonic.target
|
|
After=sonic.target
|
|
After=interfaces-config.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/bin/rsyslog-config.sh
|
|
|
|
[Install]
|
|
WantedBy=sonic.target
|