fixes #113 ("enable"ing systemd service instead of just "start"ing it)

This commit is contained in:
Bora M. Alper 2017-07-05 10:35:52 +03:00
parent affb500623
commit bd1154be2f
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ Instructions
7. Start **magneticod**: ::
systemctl --user start magneticod
systemctl --user enable magneticod --now
**magneticod** should now be running under the supervision of systemd and it should also be automatically started
whenever you boot your machine.

View File

@ -91,7 +91,7 @@ Instructions
7. Start **magneticow**: ::
systemctl --user start magneticow
systemctl --user enable magneticow --now
**magneticow** should now be running under the supervision of systemd and it should also be automatically started
whenever you boot your machine.