added ambed.service for starting the ambed daemon

This commit is contained in:
Jason D. McCormick 2020-01-25 14:38:02 -05:00
parent be87d54897
commit 037dd66341

13
scripts/ambed.service Normal file
View file

@ -0,0 +1,13 @@
[Unit]
Description=AMBE Transcoder Daemon
After=network.target
[Service]
Type=simple
User=root
Group=root
ExecStart=/xlxd/ambed 127.0.0.1
Restart=on-abnormal
[Install]
WantedBy=multi-user.target