Comment 6 for bug 1047837

Revision history for this message
Christian Kampka (kampka) wrote : Re: [Bug 1047837] Re: Upstart support for Zabbix services

Am 02.10.2012 16:31, schrieb James Hunt:
> Christian - sym links are not supported. See init(5) and
> http://upstart.ubuntu.com/cookbook/#symbolic-links-don-t-work-in-etc-
> init.
>

James, symlinks are used to keep the code synchronous since all
respective upstart script are identical. They are then resolved during
build (hence the additional files in the debdiff) so all files installed
to /etc/init are off course actual files. No symlinks are ever being
installed to /etc/init.
Hope this explains it more clearly.