标签 环境变量 下的文章

如何在 systemd 中使用环境变量

在 systemd 中使用变量的方法如下:Example:Environment="ONE=one" 'TWO=two two'ExecStart=/bin/echo $ONE $TWO ${TWO}This will execute /bin/echo with four arguments...