|
|
|
|
|
by theamk
2237 days ago
|
|
Depending how you look?
Here is a great example: disable the service before installing -- i.e. make sure that even if someone installs the service, it won't get activated. On systemd, it is "systemctl mask NAME". On sysvinit? Well, there maybe a file in /etc/default/ -- but each package has its own option name... and some of them cannot be disabled at all. |
|