mirror of
https://github.com/LX3JL/xlxd.git
synced 2026-03-16 18:14:37 +01:00
added ambed.service for starting the ambed daemon
This commit is contained in:
parent
be87d54897
commit
037dd66341
13
scripts/ambed.service
Normal file
13
scripts/ambed.service
Normal 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
|
||||
Loading…
Reference in a new issue