smeserver-update/root/usr/lib/systemd/system/dnf.service
Jean-Philippe Pialasse 45e3c516b5 * Sat May 11 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-12.sme
- revert plugin changes to force modules [SME: 12618]
- tag service to limit log noise in message [SME: 12668]
- sort nut service to restart [SME: 12662]
2024-05-11 21:34:47 -04:00

15 lines
314 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=/sbin/e-smith/service-status dnf
ExecStart=/sbin/e-smith/dnf_update_dbs
TimeoutSec=0
RemainAfterExit=yes
[Install]
WantedBy=sme-server.target