Commit 77c2960d by Bach Dániel

add systemd unit file

parent c6e81d5a
[Unit]
Description=CIRCLE vncproxy
After=network.target
[Service]
User=cloud
Group=cloud
WorkingDirectory=/home/cloud/vncproxy
ExecStart=/bin/bash -c "source /etc/profile; workon vncproxy; exec python proxy.py"
Restart=always
[Install]
WantedBy=multi-user.target
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment