Merge pull request #370 from derlaft/patch-1
This commit is contained in:
commit
158c49b58f
1 changed files with 3 additions and 1 deletions
|
@ -40,7 +40,9 @@ Description="LBRYcrd daemon"
|
||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/home/<your_user>/lbrycrdd -datadir="/home/<your_user>/.lbrycrd"
|
ExecStart=/home/<your_user>/lbrycrdd -datadir="/home/<your_user>/.lbrycrd" -pid="/home/<your_user>/pid"
|
||||||
|
Type=Forking
|
||||||
|
PIDFile=/home/<your_user>/.lbrycrd/pid
|
||||||
User=<your_user>
|
User=<your_user>
|
||||||
Group=<your_user_group>
|
Group=<your_user_group>
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
|
Loading…
Add table
Reference in a new issue