Overview
Comment: | fix cron startup and enable by default |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
14c2584d6fd22247d57951007d9cc62d |
User & Date: | arcade on 2023-11-04 08:44:45.276 |
Other Links: | manifest | tags |
Context
2023-11-04
| ||
08:46 | fix powerd startup check-in: 46faf0fe08 user: arcade tags: trunk | |
08:44 | fix cron startup and enable by default check-in: 14c2584d6f user: arcade tags: trunk | |
08:43 | adjkerntz was grabbing open file sockets from parent check-in: 6de7ae29c1 user: arcade tags: trunk | |
Changes
Modified cron.service.mk
from [4f8276188f]
to [13e508270e].
1 | DAEMON_cron_COMMAND?=/usr/sbin/cron | | | | 1 2 3 4 | DAEMON_cron_COMMAND?=/usr/sbin/cron DAEMON_cron_ENABLE?=yes cron: ${_SERVICE} |