mirror of
https://github.com/LX3JL/xlxd.git
synced 2026-02-03 06:04:29 +01:00
14 lines
197 B
Desktop File
14 lines
197 B
Desktop File
[Unit]
|
|
Description=AMBE Transcoder Daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
Group=root
|
|
ExecStart=/xlxd/ambed 127.0.0.1
|
|
Restart=on-abnormal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|