generated from smedev/Template-for-SMEServer-Core-Package
Jean-Philippe Pialasse
45e3c516b5
- 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]
15 lines
314 B
Desktop File
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
|