Remix.run Logo
mzajc 5 days ago

Yup, it's undocumented for some reason. I don't remember where I saw it used, but as an example

  [Service]
  ExecStart=/bin/echo $PATH
Will log the environment variable, while

  [Service]
  ExecStart=:/bin/echo $PATH
Will log literal $PATH.