systemctl enable busybox-cron && systemctl start busybox-cron
busybox-cron.service is not a native service, redirecting to systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable busybox-cron
System startup links for /etc/init.d/busybox-cron already exist.
Job for busybox-cron.service failed because the control process exited with error code.
See "systemctl status busybox-cron.service" and "journalctl -xe" for details.
root@dm900:~$ systemctl status busybox-cron
busybox-cron.service
Loaded: loaded (/etc/init.d/busybox-cron; generated; vendor preset: enabled)
Active: failed (Result: exit-code) since Mo 2023-06-12 17:00:19 CEST; 17s ago
Docs: man:systemd-sysv-generator(8)
Process: 2133 ExecStart=/etc/init.d/busybox-cron start (code=exited, status=1/FAILURE)
Jun 12 17:00:19 dm900 systemd[1]: Starting busybox-cron.service...
Jun 12 17:00:19 dm900 busybox-cron[2133]: starting Busybox Periodic Command Scheduler: crond... /usr/sbin/crond is alreaJun 12 17:00:19 dm900 busybox-cron[2133]: 244
Jun 12 17:00:19 dm900 systemd[1]: busybox-cron.service: Control process exited, code=exited status=1
Jun 12 17:00:19 dm900 systemd[1]: Failed to start busybox-cron.service.
Jun 12 17:00:19 dm900 systemd[1]: busybox-cron.service: Unit entered failed state.
Jun 12 17:00:19 dm900 systemd[1]: busybox-cron.service: Failed with result 'exit-code'.