github.com/masahide/goansible@v0.0.0-20160116054156-01eac649e9f2/procmgmt/upstart/test-daemon.conf.sample (about)

     1  description	"a test daemon"
     2  
     3  start on filesystem or runlevel [2345]
     4  stop on runlevel [!2345]
     5  
     6  umask 022
     7  
     8  # 'sshd -D' leaks stderr and confuses things in conjunction with 'console log'
     9  console none
    10  
    11  exec /bin/date