aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorМарков Дмитрий <13werwolf13@mail.ru>2026-02-13 03:05:46 +0500
committerGitHub <noreply@github.com>2026-02-12 14:05:46 -0800
commitfc5399f26b1144168167630159c6bfbcddd0007f (patch)
tree7df056b4cd781d7421585fe8bdfababe61464981
parentfix(docs): Update Postgres volume path in Docker as required by pg18 (#3174) (diff)
downloadatuin-fc5399f26b1144168167630159c6bfbcddd0007f.zip
fix: systemd Exec for separate server binary (#3176)
<!-- Thank you for making a PR! Bug fixes are always welcome, but if you're adding a new feature or changing an existing one, we'd really appreciate if you open an issue, post on the forum, or drop in on Discord --> ## 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
Diffstat (limited to '')
-rw-r--r--systemd/atuin-server.service2
1 files changed, 1 insertions, 1 deletions
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