Add immich
This commit is contained in:
11
services/immich/install.sh
Normal file
11
services/immich/install.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
chmod +x /etc/init.d/immich*.service
|
||||
rc-update add immich_server.service default
|
||||
rc-update add immich_redis.service default
|
||||
rc-update add immich_machine_learning.service default
|
||||
rc-update add immich_postgres.service default
|
||||
|
||||
rc-service immich_redis start
|
||||
rc-service immich_postgres start
|
||||
rc-service immich_machine_learning start
|
||||
rc-service immich_server start
|
||||
Reference in New Issue
Block a user