github.com/whamcloud/lemur@v0.0.0-20190827193804-4655df8a52af/packaging/rpm/lhsmd.conf (about)

     1  description "Lustre HSM Agent"
     2  
     3  start on runlevel [23]
     4  stop on runlevel [S016]
     5  
     6  respawn
     7  
     8  # Hmm. Do we need a --logfile arg?
     9  exec /usr/sbin/lhsmd > /var/log/lhsmd.log 2>&1