mirror of
https://github.com/iio612/immich-native.git
synced 2026-04-14 02:41:06 +00:00
21 lines
477 B
Desktop File
21 lines
477 B
Desktop File
[Unit]
|
|
Description=immich machine-learning
|
|
Documentation=https://github.com/immich-app/immich
|
|
|
|
[Service]
|
|
User=immich
|
|
Group=immich
|
|
Type=simple
|
|
Restart=on-failure
|
|
UMask=0077
|
|
|
|
WorkingDirectory=/var/lib/immich/app
|
|
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
|