f13081bfbd
* Ensure that 'logrotate-config.service' is set as a dependency to start before 'logrotate.service'.
14 lines
227 B
Desktop File
14 lines
227 B
Desktop File
[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
|
|
|