Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Simplify systemd cmd in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jorinvo committed Aug 31, 2017
1 parent 17372f3 commit fc6f226
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ WantedBy=multi-user.target
- Start service and enable it on boot:
``` sh
sudo systemctl daemon-reload
sudo systemctl start ghbackup
sudo systemctl enable ghbackup
sudo systemctl enable --now ghbackup
```

- Check if service is running:
Expand Down

0 comments on commit fc6f226

Please sign in to comment.