spee.ch/docs/setup/conf/lbrynet/lbrynet.service.example

16 lines
228 B
Text
Raw Normal View History

2019-03-01 09:20:53 +01:00
[Unit]
Description="LBRYnet daemon"
After=network.target
[Service]
Environment="HOME=/home/lbry"
ExecStart=/opt/lbry/lbrynet start
User=lbry
Group=lbry
Restart=on-failure
KillMode=process
[Install]
WantedBy=multi-user.target