omarchy-grok-usage/systemd/omarchy-grok-usage.service

13 lines
246 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Refresh SuperGrok usage for the Omarchy agents panel
After=network-online.target
Wants=network-online.target
[Service]
Type=oneshot
ExecStart=%h/.local/bin/omarchy-grok-usage --write
Nice=10
[Install]
WantedBy=default.target