Menu

#15 Make PID file a hidden file [Pending]

open-accepted
None
5
2007-07-09
2007-02-20
No

You might consider making the generated PID file a hidden file on *nix platforms:

< PIDFILE="$PIDDIR/$APP_NAME.pid"

> PIDFILE="$PIDDIR/.$APP_NAME.pid"

Discussion

  • Leif Mortenson

    Leif Mortenson - 2007-07-09

    Logged In: YES
    user_id=228081
    Originator: NO

    Travis,
    I like that idea. But is there precedent for this? There are actually several files used by the script that it would be nice to hide but I don't want to do anything to far outside the norm.

    Cheers,
    Leif

     
  • Leif Mortenson

    Leif Mortenson - 2007-07-09
    • assigned_to: nobody --> mortenson
    • summary: Make PID file a hidden file --> Make PID file a hidden file [Pending]
    • status: open --> open-accepted
     

Log in to post a comment.