rio
rio copied to clipboard
New Feature Request
Would it be possible for rio-server npm start to autostart if there was a power failure or reboot ? thanks
Done it in systemd.. [Unit] Description=MeshCentral Server
[Service] Type=simple ExecStart=/usr/bin/node/home/ec2-user/node_modules/meshcentral WorkingDirectory=/home/ec2-user User=ec2-user Group=ec2-user Restart=always RestartSec=10
[Install] WantedBy=multi-user.target
cheers