I created a toolbox for my neomutt/mstmpd etc for mail reading. Normally, if this was a regular desktop (or server) setup, I would have a systemd timer so that my mail would be synced with my mail server. Under toolbox, I am not able to enable and start my mbsync.timer.
I have tried to do the following:
kcc@toolbox: sudo systemctl daemon-reload
System has not been booted with systemd as init system (PID 1). Can’t operate.
Failed to connect to bus: Host is down
and the same is true with trying to do a timer:
kcc@toolbox: sudo systemctl --user enable mbsync.timer
Failed to enable unit, unit mbsync.timer does not exist.
So that would mean that systemctl doesn’t even see my ~/.config/systemctl/user directory.
So is there any way to make my timers work within the toolbox?