Skip to content

Instantly share code, notes, and snippets.

@n1mh
Created March 15, 2017 15:59
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 n1mh/2d33e2c8f02b9b71454390c8fed2eff6 to your computer and use it in GitHub Desktop.
Save n1mh/2d33e2c8f02b9b71454390c8fed2eff6 to your computer and use it in GitHub Desktop.
remove startup service in systemd
#!/bin/bash
sudo systemctl disable teamviewerd.service
Removed /etc/systemd/system/multi-user.target.wants/teamviewerd.service.
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment