mirror of
https://github.com/ShaYmez/xlxd.git
synced 2024-11-10 10:23:28 -05:00
3ee08dc49e
start ambed server as a service on debian
16 lines
270 B
Desktop File
16 lines
270 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
|
|
ExecStart=/ambed/ambed 127.0.0.1
|
|
Restart=on-abnormal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|