14 lines
317 B
Desktop File
14 lines
317 B
Desktop File
[Unit]
|
|
Description=OpenClaw Second-Brain task (%i)
|
|
Wants=network-online.target
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
WorkingDirectory=/root/.openclaw/workspace
|
|
ExecStart=/usr/bin/python3 /root/.openclaw/workspace/openclaw_cron_wrapper.py %i
|
|
Nice=10
|
|
IOSchedulingClass=best-effort
|
|
IOSchedulingPriority=6
|
|
|