6 lines
233 B
Bash
6 lines
233 B
Bash
#!/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 |