fixes #113 ("enable"ing systemd service instead of just "start"ing it)
This commit is contained in:
parent
affb500623
commit
bd1154be2f
@ -74,7 +74,7 @@ Instructions
|
|||||||
|
|
||||||
7. Start **magneticod**: ::
|
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
|
**magneticod** should now be running under the supervision of systemd and it should also be automatically started
|
||||||
whenever you boot your machine.
|
whenever you boot your machine.
|
||||||
|
@ -91,7 +91,7 @@ Instructions
|
|||||||
|
|
||||||
7. Start **magneticow**: ::
|
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
|
**magneticow** should now be running under the supervision of systemd and it should also be automatically started
|
||||||
whenever you boot your machine.
|
whenever you boot your machine.
|
||||||
|
Loading…
Reference in New Issue
Block a user