ols: pipe stderr > stdout

This commit is contained in:
Colin 2024-06-20 11:52:35 +00:00
parent b2955c9c9d
commit 78d66a8b09

View File

@ -18,7 +18,7 @@
services.ols = {
description = "ols: Offline Location Service";
command = "ols";
command = "ols 2>&1"; # XXX: it logs to stderr, and my s6 infrastructure apparently doesn't handle that
partOf = [ "graphical-session" ];
};
};