mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-26 12:20:40 +00:00
32d1937a74
Introduce create_service() to generate the immich-proxy systemd unit and run systemctl daemon-reload. Replace duplicated heredoc service blocks in install with a call to create_service, and invoke create_service during update before starting the service. Adjust unit WorkingDirectory to ${INSTALL_PATH}/app and ExecStart to run dist/index.js.