mirror of
https://github.com/iio612/immich-native.git
synced 2026-04-15 11:11:06 +00:00
Group and others permissions will be unset. Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
22 lines
513 B
Desktop File
22 lines
513 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
|
|
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
|