Enable openclaw user unit on login
This commit is contained in:
parent
2cb6aa0c7d
commit
f71521e2fc
2 changed files with 6 additions and 2 deletions
|
|
@ -371,8 +371,11 @@
|
|||
fi
|
||||
'';
|
||||
|
||||
systemd.user.services.openclaw-gateway.Service.EnvironmentFile =
|
||||
"${config.home.homeDirectory}/.config/openclaw/gateway.env";
|
||||
systemd.user.services.openclaw-gateway = {
|
||||
Service.EnvironmentFile =
|
||||
"${config.home.homeDirectory}/.config/openclaw/gateway.env";
|
||||
Install.WantedBy = [ "default.target" ];
|
||||
};
|
||||
|
||||
home.file.".openclaw/openclaw.json".force = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue