smeserver-update/root/usr/lib/systemd/system/dnf.service
Jean-Philippe Pialasse 64597f4c33 * Sat Dec 21 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-17.sme
- set our prefered modules on different events and dnf.service run [SME: 12618]
- update old manager to use dnf key instead of yum for settings [SME: 12831]
- clean rocky yum_repositories property Name content  [SME: 12806]
2024-12-21 23:44:40 -05:00

16 lines
368 B
Desktop File

[Unit]
Description=Yum db updater for Koozali SME Server
After=network-pre.target networking.service
[Service]
Type=forking
SyslogIdentifier=dnf_update_dbs
ExecStartPre=-/etc/e-smith/events/actions/dnf_modules
ExecStartPre=/sbin/e-smith/service-status dnf
ExecStart=/sbin/e-smith/dnf_update_dbs
TimeoutSec=0
RemainAfterExit=yes
[Install]
WantedBy=sme-server.target