#Installing and enabling a systemd service
5 messages · Page 1 of 1 (latest)
5 messages · Page 1 of 1 (latest)
How do you install and enable a systemd service? In my case I want to use autofs. I've tried running abroot pkg add autofs; abroot pkg apply followed by a reboot multiple times now, but afterwards abroot status always lists autofs as unstaged and sudo systemctl start autofs returns that the autofs.service wasn't found.
You need to activate the service from the host not inside the vso-pico container
OK, but how do I open a shell on the host?
host-shell
OK, autofs is up and running, but I can't edit the contents of /etc/, even from host-shell 😕