and_cesbo

Astra systemd config

Dec 27th, 2014
601
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [Unit]
  2. Description=Astra
  3. After=network.target
  4.  
  5. [Service]
  6. TimeoutStartSec=10
  7. ExecStartPre=/bin/mkdir -p /etc/astra /var/log/astra
  8. ExecStart=/usr/bin/astra --stream -c /etc/astra/5001.conf -p 5001 --no-stdout --log /var/log/astra/5001.log
  9. ExecStop=/bin/kill $MAINPID
  10. Restart=on-failure
  11.  
  12. [Install]
  13. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment