Merge pull request #248521 from ehmry/liquidsoap

nixos/liquidsoap: restart always
This commit is contained in:
Franz Pletz 2023-08-12 10:21:35 +02:00 committed by GitHub
commit 5522989d34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@ let
ExecStart = "${pkgs.liquidsoap}/bin/liquidsoap ${stream}";
User = "liquidsoap";
LogsDirectory = "liquidsoap";
Restart = "always";
};
};
};