ambed-debian-installer/templates/ambed.service
M0VUB 11d667b6eb
Update ambed.service
System unit - change if not on same machine!
2022-01-10 15:01:51 +00:00

17 lines
353 B
Desktop File

[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
# Add local IP for ofsite, keep 127.0.0.1 if running xlxd on same machine as ambed
ExecStart=/ambed/ambed 127.0.0.1
Restart=on-abnormal
[Install]
WantedBy=multi-user.target