use `python3` for crdonly `chrome-remote-desktop`

87
Tomohisa Kusano 3 years ago
parent 5e789eadd2
commit 5e7e0d289a

@ -3,7 +3,7 @@ nodaemon=true
[program:crd]
environment=HOME="/home/chrome",USER="chrome"
command=/usr/bin/python /opt/google/chrome-remote-desktop/chrome-remote-desktop --start --foreground --config=/home/chrome/.config/chrome-remote-desktop/~host.json
command=/usr/bin/python3 /opt/google/chrome-remote-desktop/chrome-remote-desktop --start --foreground --config=/home/chrome/.config/chrome-remote-desktop/~host.json
user=chrome
autorestart=true
priority=200

Loading…
Cancel
Save