From 4c22017471ad05dd41f2e5898c78eede9a953b83 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 25 Jun 2025 12:25:13 +0200 Subject: [PATCH] Update convertx-install.sh --- install/convertx-install.sh | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/install/convertx-install.sh b/install/convertx-install.sh index 582771cb..2e8f17fa 100644 --- a/install/convertx-install.sh +++ b/install/convertx-install.sh @@ -54,24 +54,24 @@ PORT=3000 EOF msg_ok "Installed ConvertX" -msg_info "Creating Services" -cat </etc/systemd/system/convertx.service -[Unit] -Description=ConvertX File Converter -After=network.target +# msg_info "Creating Services" +# cat </etc/systemd/system/convertx.service +# [Unit] +# Description=ConvertX File Converter +# After=network.target -[Service] -Type=exec -WorkingDirectory=/opt/convertx -EnvironmentFile=/opt/convertx/.env -ExecStart=/root/.bun/bin/bun dev -Restart=always +# [Service] +# Type=exec +# WorkingDirectory=/opt/convertx +# EnvironmentFile=/opt/convertx/.env +# ExecStart=/root/.bun/bin/bun dev +# Restart=always -[Install] -WantedBy=multi-user.target -EOF -systemctl enable -q --now convertx -msg_ok "Service Created" +# [Install] +# WantedBy=multi-user.target +# EOF +# systemctl enable -q --now convertx +# msg_ok "Service Created" msg_info "Waiting for SQLite database" for ((COUNT = 0; COUNT < 60; COUNT++)); do