mirror of
https://github.com/ShaYmez/ambed-debian-installer.git
synced 2024-11-21 23:45:14 -05:00
c9a956765d
root emphasis
16 lines
269 B
Desktop File
16 lines
269 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.targe
|