mirror of
https://github.com/ShaYmez/xlxd.git
synced 2024-11-12 19:26:10 -05:00
Create ambed.service
start ambed server as a service on debian
This commit is contained in:
parent
3271247d47
commit
3ee08dc49e
15
scripts/ambed.service
Normal file
15
scripts/ambed.service
Normal file
@ -0,0 +1,15 @@
|
||||
[Unit]
|
||||
Description=AMBE Transcoder Daemon
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=root
|
||||
Group=root
|
||||
ExecStartPre=-/sbin/rmmod ftdi_sio
|
||||
ExecStartPre=-/sbin/rmmod usb_serial
|
||||
ExecStart=/ambed/ambed 127.0.0.1
|
||||
Restart=on-abnormal
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in New Issue
Block a user