Skip to content

Commit

Permalink
fix ExecStart command in regen.service (regen-network#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
patogit authored Feb 9, 2021
1 parent 936d800 commit 031198e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aplikigo-1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Description=Regen Node
After=network-online.target
[Service]
User=${USER}
ExecStart=${GOBIN}/regen start
ExecStart=$(which regen) start
Restart=always
RestartSec=3
LimitNOFILE=4096
Expand Down

0 comments on commit 031198e

Please sign in to comment.