Currently, the autobuild daemon runs via a systemd "socket."
The socket lives as a file in /var/run. When a process writes to the socket, systemd launches the autobuild daemon and routes stdin/stdout through the socket
This works great, except on any system which doesn't use systemd. Devuan, AntiX, etc
Currently, the autobuild daemon runs via a systemd "socket."
The socket lives as a file in
/var/run. When a process writes to the socket, systemd launches the autobuild daemon and routes stdin/stdout through the socketThis works great, except on any system which doesn't use systemd. Devuan, AntiX, etc