1
0
mirror of https://github.com/ShaYmez/xlxd.git synced 2026-08-14 23:53:45 -04:00

Create scripts.readme.txt

This commit is contained in:
LX1IQ
2020-04-12 10:04:44 +02:00
committed by GitHub
parent 3ee08dc49e
commit 3713ab92ce
+20
View File
@@ -0,0 +1,20 @@
*************************************************
*copy xlxd into /etc.init.d/
*copy ambed.service into /etc/systemd/system/
*
*************************************************
* xlxd executable must be in /xlxd/ folder
* ambed executable must be in /ambed/ folder
*
*************************************************
* possible options:
*
* #systemctl start ambed /starts ambed
* #systemctl status ambed /shows status of ambed
* #systemctl stop ambed /stops ambed
* # systemctl restart ambed /restarts ambed
*
* automatically get it to start on boot:
* #systemctl enable ambed
*
*************************************************