Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
add a missing --user to systemctl incantation
Browse files Browse the repository at this point in the history
I somehow forgot to add a `--user` parameter to the second `systemctl` incantation. Without that flag, `systemctl` will try to talk with the system-level systemd daemon and that will fail.
  • Loading branch information
anarcat authored May 31, 2019
1 parent e273f08 commit 9f2ba4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Those should be installed in `~/.config/systemd/user/` and enabled
like this:

systemctl --user daemon-reload
systemctl enable smd-push.service smd-push.timer smd-pull.service smd-pull.timer
systemctl --user enable smd-push.service smd-push.timer smd-pull.service smd-pull.timer

Then you should see progress from those jobs in the journal:

Expand Down

0 comments on commit 9f2ba4f

Please sign in to comment.