sonic-buildimage/files/image_config/logrotate/logrotate-config.service

14 lines
227 B
SYSTEMD
Raw Normal View History

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