feat: update config to use atuin-server binary

This commit is contained in:
Simon Cornet 2026-02-17 10:42:06 +01:00
commit 9ba7c2eb03
3 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
host = "0.0.0.0"
port = 8888
open_registration = true
open_registration = false
db_uri="postgres://{{ atuin_db_user }}:{{ atuin_db_pass }}@{{ atuin_db_host }}/{{ atuin_db_name }}"

View file

@ -4,7 +4,7 @@ After=network-online.target
Wants=network-online.target systemd-networkd-wait-online.service
[Service]
ExecStart=/usr/local/bin/atuin server start
ExecStart=/usr/local/bin/atuin-server server start
Restart=on-failure
User=root
Group=root