Created
March 15, 2017 15:59
-
-
Save n1mh/2d33e2c8f02b9b71454390c8fed2eff6 to your computer and use it in GitHub Desktop.
remove startup service in systemd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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