Skip to content

Commit

Permalink
Update autosaved.service for installation using go install
Browse files Browse the repository at this point in the history
  • Loading branch information
nikochiko authored Jan 10, 2022
1 parent 5a5808a commit b6a6d91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autosaved.service
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ Description=autosaved - never lose your work
User=kaustubh # your own pc username
Group=kaustubh # your own pc username
ExecStart=/usr/local/bin/autosaved start
# ExecStart=/home/<USER>/go/bin/autosaved # if installed with `go install`
ExecStop=/usr/local/bin/autosaved stop
# ExecStop=/home/<USER>/go/bin/autosaved # if installed with `go install`
Restart=on-failure
RestartSec=2

Expand Down

0 comments on commit b6a6d91

Please sign in to comment.