spee.ch/docs/setup/conf/lbrynet/lbrynet.service.example
2019-03-01 03:20:53 -05:00

15 lines
228 B
Text

[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