smeserver-update/root/usr/lib/systemd/system/dnf.service

15 lines
314 B
SYSTEMD
Raw Permalink Normal View History

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
SyslogIdentifier=dnf_update_dbs
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