feat: update config to use atuin-server binary
This commit is contained in:
parent
cf7715af30
commit
9ba7c2eb03
3 changed files with 6 additions and 6 deletions
|
|
@ -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 }}"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue