Normally in a script when something is send to stdout it is seen as an error has occurred.
But in systemd both get a priority of 6 (info).
Why does stderr not get a priority of 3 (err), or at least lower as stdout?
Now when I want the things send to stderr I also get the things send to stdout.
--
Cecil Westerhof