From da171df9b6ff08d6e89f26c5ff988481567c9236 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 11 Mar 2022 16:31:36 -0500 Subject: [PATCH] Update photoprism-install.sh --- setup/photoprism-install.sh | 38 ++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/setup/photoprism-install.sh b/setup/photoprism-install.sh index 84965c1f..84b123df 100644 --- a/setup/photoprism-install.sh +++ b/setup/photoprism-install.sh @@ -104,28 +104,28 @@ sudo cp -a assets/ /opt/photoprism/assets/ sudo chown -R photoprism:photoprism /opt/photoprism echo -e "${CM}${CL} \r" -echo -en "${GN} Creating Service file photoprism.service... " -service_path="/etc/systemd/system/photoprism.service" +#echo -en "${GN} Creating Service file photoprism.service... " +#service_path="/etc/systemd/system/photoprism.service" -echo "[Unit] -Description=PhotoPrism service -After=network.target +#echo "[Unit] +#Description=PhotoPrism service +#After=network.target -[Service] -Type=forking -User=photoprism -Group=photoprism -WorkingDirectory=/opt/photoprism -EnvironmentFile=/var/lib/photoprism/.env -ExecStart=/opt/photoprism/bin/photoprism up -d -ExecStop=/opt/photoprism/bin/photoprism down +#[Service] +#Type=forking +#User=photoprism +#Group=photoprism +#WorkingDirectory=/opt/photoprism +#EnvironmentFile=/var/lib/photoprism/.env +#ExecStart=/opt/photoprism/bin/photoprism up -d +#ExecStop=/opt/photoprism/bin/photoprism down -[Install] -WantedBy=multi-user.target" > $service_path -sudo systemctl daemon-reload -sudo systemctl start photoprism -sudo systemctl enable photoprism &>/dev/null -echo -e "${CM}${CL} \r" +#[Install] +#WantedBy=multi-user.target" > $service_path +#sudo systemctl daemon-reload +#sudo systemctl start photoprism +#sudo systemctl enable photoprism &>/dev/null +#echo -e "${CM}${CL} \r" PASS=$(grep -w "root" /etc/shadow | cut -b6); if [[ $PASS != $ ]]; then