From fc5399f26b1144168167630159c6bfbcddd0007f Mon Sep 17 00:00:00 2001 From: Марков Дмитрий <13werwolf13@mail.ru> Date: Fri, 13 Feb 2026 03:05:46 +0500 Subject: fix: systemd Exec for separate server binary (#3176) ## Checks - [x] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [x] I have checked that there are no existing pull requests for the same thing --- systemd/atuin-server.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/atuin-server.service b/systemd/atuin-server.service index 4c203f04..334f3687 100644 --- a/systemd/atuin-server.service +++ b/systemd/atuin-server.service @@ -4,7 +4,7 @@ After=network-online.target Wants=network-online.target systemd-networkd-wait-online.service [Service] -ExecStart=atuin server start +ExecStart=atuin-server start Restart=on-failure User=atuin Group=atuin -- cgit v1.3.1