@kaligora said in Using on Debian Buster:
/root/.TRIGGERcmdData
I see you're not running X-Windows, or you're ssh'ed into your Linux box, so you can't run triggercmdagent because that would try to run the X-Windows GUI agent app.
I see you installed it to run as a background agent though. That's good. You can edit your commands in /root/.TRIGGERcmdData/commands.json. Make sure they have "ground": "background" because the agent running in systemd runs in background mode.
You can run one of these commands to edit that file:
sudo vi /root/.TRIGGERcmdData/commands.json
sudo pico /root/.TRIGGERcmdData/commands.json
sudo nano /root/.TRIGGERcmdData/commands.json