mirror of
https://github.com/iio612/immich-native.git
synced 2026-04-17 20:01:06 +00:00
20
immich-machine-learning.service
Normal file
20
immich-machine-learning.service
Normal 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
|
||||
Reference in New Issue
Block a user