Browse Source

basecoind service fix

pull/1943/head
Greg Szabo 7 years ago
parent
commit
e893f9bc1f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      build/basecoind/etc/systemd/system/basecoind.service

+ 2
- 2
build/basecoind/etc/systemd/system/basecoind.service View File

@ -6,8 +6,8 @@ After=network-online.target
[Service]
Environment="BCHOME=/etc/basecoind"
Restart=on-failure
User=basecoin
Group=basecoin
User=basecoind
Group=basecoind
PermissionsStartOnly=true
ExecStart=/usr/bin/basecoind start
ExecReload=/bin/kill -HUP $MAINPID


Loading…
Cancel
Save