Description of problem: # systemctl enable nut-driver.service The unit files have no [Install] section. They are not meant to be enabled using systemctl. Version-Release number of selected component (if applicable): nut-2.6.4-1.fc17.x86_64 nut-client-2.6.4-1.fc17.x86_64 How reproducible: Everytime Additional info: I am still working on learning systemd stuff, I tried adding the Install section and an "WantedBy=" line. Nothing there works.
NOTABUG You don't want to enable nut-driver by hand, it's started only on demand. a)you have locally attached ups, then you need nut-server.service (it has Requires=nut-driver.service so it will start nut-driver.service itself) and (in most cases also) nut-client.service b)ups is attached to different computer and you want to know its status, then you need nut-client.service only
# service nut-client restart Redirecting to /bin/systemctl restart nut-client.service Failed to issue method call: Unit nut-client.service failed to load: No such file or directory. See system logs and 'systemctl status nut-client.service' for details. I forgot to include this in my initial report. Sorry. Did you mean nut-monitor?
> I forgot to include this in my initial report. Sorry. Did you mean > nut-monitor? Yes, it should be nut-monitor.service from nut-client rpm package