summarylogtreecommitdiffstats
path: root/zeronet.service
blob: 147225367f3ad25707eecce81ef4719651a2f67c (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=~
ExecStart=/usr/bin/env python2 zeronet.py --config_file /etc/zeronet.conf
Restart=on-failure

[Install]
WantedBy=default.target