Earlier quoted context omitted.
> I ask follow up questions to make sure I understand why the AI's answer works. I've tried a similar approach and found it very prone to hallucination[0]. I tend to google things first and ask a LLM as fallback, so maybe it's not a fair comparison, but what do I need a LLM for if a search engine can answer my question. [0]: Just the other day I asked ChatGPT what a colonn (':') after systemd's ExecStart= means. The…
Could you give an example of an ExecStart line that uses a colon? I haven't found any documentation for that while using Google and I don't have examples of it in my systemd unit files.
[Service]
ExecStart=/bin/echo $PATH
Will log the environment variable, while [Service]
ExecStart=:/bin/echo $PATH
Will log literal $PATH.