<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
    A quick update, to make sure no one wastes time answering my initial
    question...<br>
    Location of the config file is not the issue - within my main app
    file (where the routes are defined), the config hash contains all of
    the configuration, and the config.yml location. In a plugin I wrote
    however a part of the configuration is missing - not even all of it.<br>
    All that's left is for me to figure out why :)<br>
    <br>
    Nik<br>
    <br>
    <div class="moz-cite-prefix">On 15/09/16 13:55, Nik Mitev wrote:<br>
    </div>
    <blockquote cite="mid:52a51eee-4978-a46e-70c0-c891a17210e3@mitev.eu"
      type="cite">
      <pre wrap="">Hi,

I have  a small app running on a server for restricted use, and want to
have it as a standard service.
Unfortunately DaemonTools is not available as an official rpm for Red
Hat, so I can't use it. I installed Ubic and tried with that, but gave
it up when I could not find a way to get it to work under HTTPS.

As a last resort wrote a loader script which uses Systemd::Daemon and
runs as a simple supervisor service which starts/reloads/stops the
Dancer app.
So far so good, but the app once started does not seem to pick up
config.yml, and the database connection information in there - so the
app is running but cant do anything.
The problem seems to be that when started in this way it uses / as the
working directory, and there is no way to tell plackup to look elsewhere
for the config.

I tried this and that, but failing so far.

Happy to change the approach, but really hoping to be able to keep all
dependencies of the finished product within perl and my perlbrew folder.

Cheers,
Nik

</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
dancer-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a>
<a class="moz-txt-link-freetext" href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>