Check-in [14c2584d6f]
Logged in as anonymous
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: 14c2584d6fd22247d57951007d9cc62de86e9fade7ab363a49d782594cf33b3f
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
1
2
3
4
DAEMON_cron_COMMAND?=/usr/sbin/cron
DAEMON_cron_FLAGS?=-s

cron: ${_SERVICE} LOGIN

|

|
1
2
3
4
DAEMON_cron_COMMAND?=/usr/sbin/cron
DAEMON_cron_ENABLE?=yes

cron: ${_SERVICE}