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
This commit is contained in:
Марков Дмитрий
2026-02-13 03:05:46 +05:00
committed by GitHub
parent 62e3f248ea
commit fc5399f26b
+1 -1
View File
@@ -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