xlxd/scripts/ambed.service

17 lines
323 B
SYSTEMD
Raw Normal View History

[Unit]
Description=AMBE Transcoder Daemon
After=network.target
[Service]
Type=simple
User=root
Group=root
2020-01-25 14:43:25 -05:00
ExecStartPre=-/sbin/rmmod ftdi_sio
ExecStartPre=-/sbin/rmmod usb_serial
# Note: adjust /xlxd/ if ambed is installed elsewhere
ExecStart=/xlxd/ambed 127.0.0.1
Restart=on-abnormal
[Install]
WantedBy=multi-user.target