systemctl

1
2
3
4
5
# 仅仅是不启用
$ systemctl disable YOUR_SERVICE

# 屏蔽服务,无法使用systemctl start YOUR_SERVICE
$ systemctl mask YOUR_SERVICE