summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
Diffstat (limited to 'host')
-rwxr-xr-xhost/Rory-nginx/services/matrix/matrix-media-gate.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/host/Rory-nginx/services/matrix/matrix-media-gate.nix b/host/Rory-nginx/services/matrix/matrix-media-gate.nix

index c354d1e..fbec107 100755 --- a/host/Rory-nginx/services/matrix/matrix-media-gate.nix +++ b/host/Rory-nginx/services/matrix/matrix-media-gate.nix
@@ -9,6 +9,7 @@ ExecStartPre = "${pkgs.busybox}/bin/cp ${./appsettings.matrix-rory-gay.json} ./appsettings.matrix-rory-gay.json"; Restart = "always"; RestartSec = "5"; + Type = "notify"; DynamicUser = true; StateDirectory = "matrix-media-gate"; WorkingDirectory = "/var/lib/matrix-media-gate"; @@ -25,6 +26,7 @@ ExecStartPre = "${pkgs.busybox}/bin/cp ${./appsettings.conduit-rory-gay.json} ./appsettings.conduit-rory-gay.json"; Restart = "always"; RestartSec = "5"; + Type = "notify"; DynamicUser = true; StateDirectory = "matrix-media-gate"; WorkingDirectory = "/var/lib/matrix-media-gate";