You are not logged in.
Hi,
I was annoyed by seeing Python running at boot, so I temporarily renamed it and rebooted, which revealed that it was being run by hplip-printer@001:002.service
Running `systemctl list-unit-files` shows that this is a "static" service.
I spent quite a while googling and reading man files, and found that the way to disable a static service is e.g. `systemctl mask hplip-printer@`. But I can't figure out what actually makes it a static service. This seems like a fairly basic question - is there something obvious I'm missing?
Thanks.
Last edited by Alister.Hood (2013-11-16 23:46:42)
Offline
Offline
Thanks.
I'd wondered if static services were just those without an "install" section, but I couldn't see anything that was starting this or some others I looked at previously, while others without an install section weren't being started.
I see now that in this case it is started by /usr/lib/udev/rules.d/56-hpmud.rules
Last edited by Alister.Hood (2013-11-11 21:34:04)
Offline