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