summaryrefslogtreecommitdiff
path: root/pcr/zeronet-git/zeronet.service
blob: 03556054ca71d49acd248b20dffdd5c341b3df55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Decentralized websites using Bitcoin crypto and the BitTorrent network

[Service]
User=zeronet
Group=zeronet
WorkingDirectory=/opt/zeronet
ExecStart=/usr/bin/env python2 zeronet.py --config_file /etc/zeronet.conf
Restart=on-failure

[Install]
WantedBy=default.target