graysky2 / modprobed-db

Keeps track of EVERY kernel module that has ever been probed. Useful for those of us who make localmodconfig :)
https://wiki.archlinux.org/index.php/Modprobed-db
181 stars 16 forks source link

modprobed-db run always twice by systemd #24

Closed chrisbainbridge closed 3 months ago

chrisbainbridge commented 3 months ago
Sep 03 08:20:10 debian systemd[2143]: Started modprobed-db.service - modprobed-db scan and store new modules.
Sep 03 08:20:10 debian modprobed-db[24042]: No new modules detected
Sep 03 08:20:10 debian modprobed-db[24075]: No new modules detected

Happens because of:

modprobed-db.service

ExecStart=/usr/bin/modprobed-db storesilent
ExecStop=/usr/bin/modprobed-db storesilent

The ExecStop line can be removed.