главная|main page

состояние|status

блог|blog

файлы|files

программы|software

summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorP.J. Finlay <pjappdevelopment@gmail.com>2021-07-17 15:23:36 +0000
committerP.J. Finlay <pjappdevelopment@gmail.com>2021-07-17 15:23:36 +0000
commit4defc62e8a49c5b69a1c7f820c41794dc6a562b0 (patch)
treedeb05c917a460af276d5575bf80c6bbd959c8c4a /setup.sh
parent7db223ae11714fe5cb0ef22fa7c87635b77daa4e (diff)
Launcing LibreTranslate from script
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index 0f0c4a8..dcf49e9 100755
--- a/setup.sh
+++ b/setup.sh
@@ -27,7 +27,7 @@ libretranslate
pip install gunicorn
# Setup systemd
-sudo cp libretranslate.service /etc/systemd/system/
+sudo cp ~/LibreTranslate-init/libretranslate.service /etc/systemd/system/
sudo systemctl start libretranslate
sudo systemctl enable libretranslate