Commit the accumulated infrastructure work that was living only in the working tree: monitoring stack, emergency access/bot, gyro allocator, grimmory, adguard, backup audit and the OpenCode agent definitions. Also ignore Python bytecode, local archives and Nix/direnv artifacts. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GTocXkGUUazHdKKd3r9k71
21 lines
448 B
Django/Jinja
21 lines
448 B
Django/Jinja
[Unit]
|
|
Description=HomeLab emergency access Telegram bot
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User={{ emergency_bot_user }}
|
|
EnvironmentFile={{ emergency_bot_config_dir }}/bot.env
|
|
ExecStart=/usr/local/libexec/emergency-bot
|
|
Restart=always
|
|
RestartSec=10
|
|
NoNewPrivileges=yes
|
|
PrivateTmp=yes
|
|
ProtectSystem=strict
|
|
ProtectHome=yes
|
|
ReadWritePaths={{ emergency_bot_state_dir }}
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|