Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Unit]
- Description=Astra
- After=network.target
- [Service]
- TimeoutStartSec=10
- ExecStartPre=/bin/mkdir -p /etc/astra /var/log/astra
- ExecStart=/usr/bin/astra --stream -c /etc/astra/5001.conf -p 5001 --no-stdout --log /var/log/astra/5001.log
- ExecStop=/bin/kill $MAINPID
- Restart=on-failure
- [Install]
- WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment