systemd shenanigans

This commit is contained in:
cy 2024-12-25 01:46:00 -05:00
parent 88b3a4b50e
commit 4082049095
3 changed files with 4 additions and 2 deletions

View file

@ -9,6 +9,7 @@
description = "Mount the immich data remote";
requires = [ "network-online.target" ];
requiredBy = [ "podman-immich-server.service" ];
before = [ "podman-immich-server.service" ];
serviceConfig = {
Type = "notify";
ExecStartPre = "/usr/bin/env mkdir -p /mnt/photos";