5
如何在systemd服务中设置环境变量?
我有一个带systemd的Arch Linux系统,并且已经创建了自己的服务。的配置服务/etc/systemd/system/myservice.service如下所示: [Unit] Description=My Daemon [Service] ExecStart=/bin/myforegroundcmd [Install] WantedBy=multi-user.target 现在我想为设置环境变量/bin/myforegroundcmd。我怎么做?
162
arch-linux
systemd