mirror of
https://github.com/ShaYmez/ambed-debian-installer.git
synced 2024-11-23 16:28:39 -05:00
11d667b6eb
System unit - change if not on same machine!
17 lines
353 B
Desktop File
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
|