Meh Belly Lint Collection

That awful moment when you realize,
THIS is YOUR circus and THOSE are YOUR monkeys.

User Tools

Site Tools


rackmon

This is an old revision of the document!


sudo tee /etc/systemd/system/rackmon-host-agent.service >/dev/null <<'EOF'
[Unit]
Description=Rackmon host agent
Wants=network-online.target
After=network-online.target

[Service]
Type=simple
User=root
WorkingDirectory=/root
ExecStart=/usr/bin/python3 /root/rackmon_host_agent.py
Restart=always
RestartSec=5

[Install]
WantedBy=multi-user.target
EOF

systemctl daemon-reload
systemctl enable --now rackmon-host-agent.service
systemctl status rackmon-host-agent.service
rackmon.1778041806.txt.gz · Last modified: 2026/05/06 04:30 by kenson

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki