This is a follow-up of https://bugzilla.novell.com/show_bug.cgi?id=808144 Teamviewer (http://www.teamviewer.com/download/teamviewer_linux.rpm ) is shipping a systemd .service file and is enabling it using systemctl enable /opt/.../foobar.service and disable it with "systemctl disable /opt/.../foobar.service" However, a user who might want to disable the service himself, will use systemctl disable foobar.service which will result in error "No such file or directory".
Fixed in http://cgit.freedesktop.org/systemd/systemd/commit/?id=02b9e969a6.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.