how to disable a systemd service so that it does not start upon boot
2
votes
1
answer
2774
views
According to https://wiki.debian.org/systemd
systemctl disable servicename
should prevent the service from starting upon boot.
If I do
systemctl --user stop gpg-agent
systemctl --user disable gpg-agent
then reboot, gpg-agent
is still up. How do I disable that service in such sense that it does not start upon boot?
Asked by atapaka
(675 rep)
Feb 25, 2020, 06:17 PM
Last activity: Aug 15, 2024, 08:20 PM
Last activity: Aug 15, 2024, 08:20 PM