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

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

[Install]
WantedBy=default.target