Nicolas Cantu dce376f2b7 repos-devtools-server: gitignore .env, systemd unit template, README run modes
**Motivations:**
- Document user systemd and keep secrets out of git

**Root causes:**
- N/A

**Correctifs:**
- N/A

**Evolutions:**
- .env gitignored; systemd/user template and README

**Pages affectées:**
- services/repos-devtools-server/.gitignore
- services/repos-devtools-server/README.md
- services/repos-devtools-server/systemd/user/*
2026-03-23 21:24:31 +01:00

9 lines
433 B
Markdown

# User systemd unit
1. Create `../.env` (see main README): `REPOS_DEVTOOLS_TOKEN`, `REPOS_DEVTOOLS_ROOT`.
2. `mkdir -p ~/.config/systemd/user`
3. `cp repos-devtools-server.service ~/.config/systemd/user/`
4. `systemctl --user daemon-reload && systemctl --user enable --now repos-devtools-server.service`
Adjust `WorkingDirectory`, `EnvironmentFile`, and `ExecStart` paths if the repository is not at `/home/ncantu/code/smart_ide`.