2024-03-25 22:44:36 +01:00
|
|
|
[Unit]
|
|
|
|
Description=Yum db updater for Koozali SME Server
|
|
|
|
After=network-pre.target networking.service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=forking
|
2024-05-12 03:34:47 +02:00
|
|
|
SyslogIdentifier=dnf_update_dbs
|
2024-12-22 05:44:40 +01:00
|
|
|
ExecStartPre=-/etc/e-smith/events/actions/dnf_modules
|
2024-03-25 22:44:36 +01:00
|
|
|
ExecStartPre=/sbin/e-smith/service-status dnf
|
|
|
|
ExecStart=/sbin/e-smith/dnf_update_dbs
|
|
|
|
TimeoutSec=0
|
|
|
|
RemainAfterExit=yes
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=sme-server.target
|