forked from LBRYCommunity/lbry-sdk
11 lines
202 B
Text
11 lines
202 B
Text
description "LBRY Daemon"
|
|
|
|
#start on (local-filesystems and net-device-up IFACE=eth0)
|
|
stop on runlevel [016]
|
|
|
|
#expect fork
|
|
|
|
respawn
|
|
respawn limit 5 20
|
|
|
|
exec /usr/share/python/lbrynet/bin/lbrynet-daemon
|