https://bugzilla.novell.com/show_bug.cgi?id=888246 https://bugzilla.novell.com/show_bug.cgi?id=888246#c0 Summary: nut UPS driver fails to start due to systemd service file error Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: x86-64 OS/Version: openSUSE 13.1 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: cruff@ruffspot.net QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:30.0) Gecko/20100101 Firefox/30.0 The /usr/lib/systemd/system/nut-driver.service file contained an error that prevented the UPS interface driver from being started. This was the file as distributed: [Unit] Description=Network UPS Tools - power device driver controller After=local-fs.target network.target StopWhenUnneeded=yes [Service] ExecStart=/upsdrvctl start ExecStop=/upsdrvctl stop Type=forking -------------------------- This was the change that permitted things to start working: [Unit] Description=Network UPS Tools - power device driver controller After=local-fs.target network.target StopWhenUnneeded=yes [Service] ExecStart=/usr/lib/ups/driver/upsdrvctl start ExecStop=/usr/lib/ups/driver/upsdrvctl stop Type=forking Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.