Files
Timmy-time-dashboard/deploy/timmy-tick.service

18 lines
436 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Timmy Tick — one autonomous thinking cycle
Documentation=https://github.com/AlexanderWhitestone/Timmy-time-dashboard
After=network-online.target
Wants=network-online.target
[Service]
Type=oneshot
WorkingDirectory=/opt/timmy
EnvironmentFile=-/opt/timmy/.env
ExecStart=/opt/timmy/.venv/bin/timmy tick
TimeoutStartSec=120
# Security hardening
NoNewPrivileges=true
ProtectSystem=strict
ReadWritePaths=/opt/timmy/data