Skip to content
siless edited this page Apr 14, 2020 · 9 revisions

Welcome to the backup_logicaldoc wiki!

The program is very easy to use. It is written for linux and uses python 3.x

[Run program]

python3 run.py

[Hint]

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
Clone this wiki locally