about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-02-16 18:17:00 +0000
committerGitHub <noreply@github.com>2021-02-16 18:17:00 +0000
commitc0f4dcb71deb2b1bd0ad27467b379f608f2db513 (patch)
tree1a8e81a6d1d6f09605f42628a0745887d369ace7 /nixos
parent7a715d595daf08c01e522463fa9805ee50ffbade (diff)
parent287495a7aa814b7f5e484a9a6df8dd51dd5e0609 (diff)
Merge staging-next into staging
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/web-apps/mastodon.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/mastodon.nix b/nixos/modules/services/web-apps/mastodon.nix
index 37e5f7719b7b5..24aea356de4e8 100644
--- a/nixos/modules/services/web-apps/mastodon.nix
+++ b/nixos/modules/services/web-apps/mastodon.nix
@@ -450,7 +450,7 @@ in {
         else { PORT = toString(cfg.streamingPort); }
       );
       serviceConfig = {
-        ExecStart = "${pkgs.nodejs-slim}/bin/node streaming";
+        ExecStart = "${cfg.package}/run-streaming.sh";
         Restart = "always";
         RestartSec = 20;
         EnvironmentFile = "/var/lib/mastodon/.secrets_env";