Initial commit

Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
This commit is contained in:
Juhyung Park
2024-03-02 02:07:58 +09:00
commit 9a7034ede1
6 changed files with 356 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
[Unit]
Description=immich machine-learning
Documentation=https://github.com/immich-app/immich
[Service]
User=immich
Group=immich
Type=simple
Restart=on-failure
WorkingDirectory=/var/lib/immich/app
EnvironmentFile=/var/lib/immich/env
ExecStart=/var/lib/immich/app/machine-learning/start.sh
SyslogIdentifier=immich-machine-learning
StandardOutput=append:/var/log/immich/immich-machine-learning.log
StandardError=append:/var/log/immich/immich-machine-learning.log
[Install]
WantedBy=multi-user.target