Uploaded image for project: 'JS - JobScheduler'
  1. JS - JobScheduler
  2. JS-981

The scheduler.pid file should be world readable

    XMLWordPrintable

Details

    Description

      Current Situation
      The file scheduler.pid is accessible exclusively for the account that runs the JobScheduler daemon.

      Desired Behavior
      The scheduler.pid file should be world readable

      Workaround

      • You could run a job after JobScheduler startup that modifies the file permissions like this:
        <?xml version="1.0" encoding="ISO-8859-1"?>
        <job  title="set pid-file world readable">
            <script  language="shell">
                <![CDATA[
        chmod a+r $SCHEDULER_DATA/logs/scheduler.pid
                ]]>
            </script>
            <run_time once="yes" />
        </job>
        

      Attachments

        Activity

          People

            jz Joacim Zschimmer
            oh Oliver Haufe
            Oliver Haufe Oliver Haufe
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: