linux client on runit
-
the client should be compatible with distros not using systemd or initd according to the FOG Client installation page on the docs, but the installer fails during “installing files”.

There is no directory /opt/fog-service afterwards and there is also no log file in /tmp.
Installer is run as root via mono version 6.14 on void linux. help would be much appreciated. -
seems to work when copying the directory from another host over to /opt/fog-service and creating a runit file /etc/sv/fog-service/run with content
#!/bin/sh exec 2>&1 echo "Starting FOG Client..." exec mono-service /opt/fog-client/FOGService.exe -d /opt/fog-service -l /opt/fog-service/service.lock -
P pilipp_edv has marked this topic as solved