generated from smedev/Template-for-SMEServer-Core-Package
- fix not all gpg keys are imported during dnf transaction [SME: 13010]
17 lines
426 B
Desktop File
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
|