This commit is contained in:
Maurice
2025-10-04 19:07:31 +02:00
parent fbdca459c7
commit 7dc2c3d6a0
13 changed files with 224 additions and 10 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/sh
if [ "$1" = "reload" ]; then
rc-service immich_redis.service restart
rc-service immich_postgres.service restart
rc-service immich_machine_learning.service restart
rc-service immich_server.service restart
fi