Jean-Philippe Pialasse 23626f948f * Wed May 28 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-24.sme
- fix not all gpg keys are imported during dnf transaction [SME: 13010]
2025-05-28 00:09:12 -04:00

17 lines
426 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
ExecStartPost=/etc/e-smith/events/actions/rpm-import-keys
TimeoutSec=0
RemainAfterExit=yes
[Install]
WantedBy=sme-server.target