![](https://seccdn.libravatar.org/avatar/9435667f7160374bc34a8600b686aecd.jpg?s=120&d=mm&r=g)
В Mon, 18 Aug 2014 00:00:20 +0200 Per Jessen <per@computer.org> пишет:
# find /etc/systemd/system -name \*postfix\* /etc/systemd/system/postfix@.service /etc/systemd/system/postfix@postfix-in.service /etc/systemd/system/postfix@postfix-out.service /etc/systemd/system/postfix@postfix.service
Trying to enable an instance:
# systemctl enable postfix@postfix.service Failed to issue method call: No such file or directory
I must be doing something wrong, but I simply can't spot it.
No, it's systemd bug. From code inspection it exists in upstream as well. As workaround please remove all instantiated symlinks (/etc/systemd/system/postfix@postfix-in.service etc). Then systemctl enable will work. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org