Skip to content

Instantly share code, notes, and snippets.

@blues-man
Created July 25, 2016 16:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blues-man/308ea679e64c8d737057e4454601f906 to your computer and use it in GitHub Desktop.
Save blues-man/308ea679e64c8d737057e4454601f906 to your computer and use it in GitHub Desktop.
Bulk systemd action
systemctl list-units -t service --no-legend --full | awk '/template/{print $1}' | sudo xargs systemctl start|stop|reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment