diff options
Diffstat (limited to 'pcr/zeronet-git/zeronet.service')
-rw-r--r-- | pcr/zeronet-git/zeronet.service | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pcr/zeronet-git/zeronet.service b/pcr/zeronet-git/zeronet.service index 03556054c..e8c51642e 100644 --- a/pcr/zeronet-git/zeronet.service +++ b/pcr/zeronet-git/zeronet.service @@ -1,11 +1,12 @@ [Unit] -Description=Decentralized websites using Bitcoin crypto and the BitTorrent network +Description=ZeroNet: a decentralized web platform [Service] User=zeronet Group=zeronet WorkingDirectory=/opt/zeronet ExecStart=/usr/bin/env python2 zeronet.py --config_file /etc/zeronet.conf +SyslogIdentifier=zeronet Restart=on-failure [Install] |