Gitea
This commit is contained in:
7
services/immich/update.sh
Normal file
7
services/immich/update.sh
Normal 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
|
||||
Reference in New Issue
Block a user