Overview
Comment: | fix newsyslog |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b4ac8bc6180013ebd9ef821f57262c2f |
User & Date: | arcade on 2025-02-10 19:16:43.307 |
Other Links: | manifest | tags |
Context
2025-02-10
| ||
19:17 | silence up a bit check-in: fb383ef4d2 user: arcade tags: trunk | |
19:16 | fix newsyslog check-in: b4ac8bc618 user: arcade tags: trunk | |
2025-01-09
| ||
17:03 | ensure dbus paths check-in: 418b171ab1 user: arcade tags: trunk | |
Changes
Modified cron.service.mk
from [13e508270e]
to [0029ac7424].
1 2 3 | DAEMON_cron_COMMAND?=/usr/sbin/cron DAEMON_cron_ENABLE?=yes | > > | | 1 2 3 4 5 6 | DAEMON_cron_COMMAND?=/usr/sbin/cron DAEMON_cron_ENABLE?=yes # using daemon so that cron can start newsyslog which is sending signals # to other processes cron: ${_SERVICE_DAEMON} |