mirror of
https://github.com/zvx-echo6/central.git
synced 2026-05-21 18:14:44 +02:00
docs: add systemd unit files with EnvironmentFile directive
Unit files load env vars from /etc/central/central.env using EnvironmentFile directive. Includes README with installation and configuration instructions. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
73beb90b25
commit
c6cbdb0825
3 changed files with 43 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ User=central
|
|||
Group=central
|
||||
WorkingDirectory=/opt/central
|
||||
Environment=HOME=/opt/central
|
||||
EnvironmentFile=/etc/central/central.env
|
||||
ExecStart=/opt/central/.venv/bin/central-archive
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue