0 vote
so according to Github you can set up autostart for the den on Windows by setting it as a service, but that does not work directly in linux. is there a way to achieve autostart on the den in linux as well?
for some reason according to docker ps, picky and jet are starting after a reboot but all the other parts dont seem to.
Using Ubuntu Server 20.04
i created this little simply script which runs from the /etc/rc.local on start up, works on my ubuntu 18.04 :)
#! /usr/bin/pwsh Import-Module /home/simon/WaykDen-ps/WaykDen -Force cd /home/simon/waykden Restart-WaykDen Restart-JetRelay