-
Notifications
You must be signed in to change notification settings - Fork 0
Home
siless edited this page Apr 14, 2020
·
9 revisions
The program is very easy to use. It is written for linux and uses python 3.x
python3 run.py
I am using an own logicaldoc daemon to control my software. My program uses commands to control logicaldoc. If you like to control it to , here is my logicaldocd.service
[Unit]
Description=Logical Doc daemon
After=mysql.service
[Service]
Type=forking
Environment="LOGI_SCRIPT=/opt/logidoc/community/bin/logicaldoc.sh"
ExecStart=/bin/bash ${LOGI_SCRIPT} start
ExecStop=/bin/bash ${LOGI_SCRIPT} stop
#KillMode=process
[Install]
WantedBy=multi-user.target