systemd shenanigans
This commit is contained in:
parent
88b3a4b50e
commit
4082049095
3 changed files with 4 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue