@ksj If you overwrite immich-server.service
, then consider https://wiki.archlinux.org/title/Pacman#Skip_file_from_being_upgraded . Otherwise there's systemctl edit immich-machine-learning
, with a drop-in snippet like this:
[Service]
ExecStart=
ExecStart=/usr/bin/tail -f /dev/null
Pinned Comments
pikl commented on 2024-08-05 09:52 (UTC)
From
v1.111.0
, this package does not build withnodejs
<v20
.