Install `libsystemd-dev` on the VM
PROBLEM TO SOLVE
The redis-server
can currently not be run with systemd
because systemctl start redis-server@artifactomat.service
will hang indefinitely. This is because the VM is missing the libsystemd-dev
package.
PROPOSAL
Install the libsystemd-dev
package on the VM.
Edited by Arnold Sykosch