Skip to content

Instantly share code, notes, and snippets.

@adrolter
Created May 11, 2018 19:09
Show Gist options
  • Save adrolter/222f2820b1b7cae1d36a6cc06b95fd76 to your computer and use it in GitHub Desktop.
Save adrolter/222f2820b1b7cae1d36a6cc06b95fd76 to your computer and use it in GitHub Desktop.
systemd/systemctl Cheatsheet

Reload automounts

systemctl daemon-reload && { systemctl restart local-fs.target; systemctl restart remote-fs.target; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment