Hi there,
have installed systemd script and created symlinks.
Everything fine when
systemctl start erp.target
but if I try to enable the service at boot:
Failed to execute operation: Too many levels of symbolic links
Any idea how to enable the service at boot?
Thanks in advance for your help
clarkej
December 15, 2018, 2:08pm
2
I have checked this documents, but it didn’t tell me anything why there are too many levels of symlinks.
I have solved just creating symlink manually in multi-user.target.wants
ln -s /home/user/bench/config/systemd/bench.target
I don’t know if is the case to open an issue on GitHub or not.
clarkej
December 15, 2018, 8:42pm
4
" have checked this documents, but it didn’t tell me anything why there are too many levels of symlinks."
The problem seems to be due to symlinks you have set on your server that may have path conflicts for eg circular references linux - Too many levels of symbolic links - Unix & Linux Stack Exchange
My opinion is no, since this is an individual server environment config preference rather than a required setting