summarylogtreecommitdiffstats
path: root/immich-server.run
blob: 9809ce6e3de688c05479c23a9f7974f1d58163d7 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

cd /usr/lib/immich/app/server

set -a
. /etc/immich.conf
set +a

exec chpst -u immich node dist/main 2>&1