systemd/zeronet.service: use Python 3 & always use Tor

This commit is contained in:
Aminda Suomalainen 2019-05-05 20:28:14 +03:00
parent d8ba42bdd1
commit d2bd2be652
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Description=ZeroNet
After=network.target
[Service]
ExecStart=/usr/bin/python2 /home/mikaela/src/github/HelloZeroNet/ZeroNet/zeronet.py
ExecStart=/usr/bin/python3 /home/mikaela/src/github/HelloZeroNet/ZeroNet/zeronet.py --tor always
Restart=on-failure
User=mikaela