x6100-armbian/userpatches/overlay/etc/systemd/system/x6100_app_novnc.service

12 wiersze
257 B
INI

[Unit]
Description=noVNC for APP
Requires=x6100_app.service
ConditionKernelCommandLine=x6100_app_hide=1
[Service]
Type=simple
ExecStart=/usr/bin/websockify --web=/usr/share/novnc/ 6081 localhost:5901
Restart=on-failure
[Install]
WantedBy=multi-user.target