Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
vncproxy
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
1
Merge Requests
0
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
74397bb3
authored
May 25, 2018
by
barni2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove virtualenvwrapper from service and update pyopenssl
parent
2d3cb394
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
miscellaneous/vncproxy.service
+1
-1
requirements/base.txt
+1
-1
No files found.
miscellaneous/vncproxy.service
View file @
74397bb3
...
...
@@ -6,7 +6,7 @@ After=network.target
User=cloud
Group=cloud
WorkingDirectory=/home/cloud/vncproxy
ExecStart=/bin/bash -c "source /
etc/profile; workon vncproxy
; exec python proxy.py"
ExecStart=/bin/bash -c "source /
home/cloud/.virtualenvs/vncproxy/bin/activate; source /home/cloud/.virtualenvs/vncproxy/bin/postactivate
; exec python proxy.py"
Restart=always
[Install]
...
...
requirements/base.txt
View file @
74397bb3
cryptography==2.0
Django==1.5.4
Twisted==13.1.0
pyOpenSSL==
0.14
pyOpenSSL==
18.0.0
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment