[GH-ISSUE #6171] [Docs] - Error in systemd setup configuration #9569

Open
opened 2026-04-10 19:51:49 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @MooChep on GitHub (Nov 17, 2025).
Original GitHub issue: https://github.com/actualbudget/actual/issues/6171

Issue Type

New Documentation Request

Description

I'm running Debian 13.1.0 in a VM and built Actual from source, but I encountered an issue during the setup.

The documentation instructs to create the service file at:

/etc/systemd/service/actual-server.service

However, in the following steps, this path is misspelled in step 3.

The documentation currently says:

3. Install and start the systemd unit file -> systemctl enable --now /etc/systemd/system/multi-user.target.wants/actual-server.service

It should instead be:

Install and start the systemd unit file -> systemctl enable --now /etc/systemd/service/multi-user.target.wants/actual-server.service

Could you confirm the correct path or update the documentation accordingly?

Documentation URL

https://actualbudget.org/docs/install/build-from-source#linux-systemd-setup

Documentation Category

Installation & Configuration

Expected/Desired Content

Install and start the systemd unit file -> systemctl enable --now /etc/systemd/service/multi-user.target.wants/actual-server.service

Screenshots or Examples

![DESCRIPTION](LINK.png)
Originally created by @MooChep on GitHub (Nov 17, 2025). Original GitHub issue: https://github.com/actualbudget/actual/issues/6171 ### Issue Type New Documentation Request ### Description I'm running Debian 13.1.0 in a VM and built **Actual** from source, but I encountered an issue during the setup. The documentation instructs to create the service file at: `/etc/systemd/service/actual-server.service` However, in the following steps, this path is misspelled in step 3. The documentation currently says: `3. Install and start the systemd unit file -> systemctl enable --now /etc/systemd/system/multi-user.target.wants/actual-server.service` It should instead be: `Install and start the systemd unit file -> systemctl enable --now /etc/systemd/service/multi-user.target.wants/actual-server.service` Could you confirm the correct path or update the documentation accordingly? ### Documentation URL https://actualbudget.org/docs/install/build-from-source#linux-systemd-setup ### Documentation Category Installation & Configuration ### Expected/Desired Content Install and start the systemd unit file -> systemctl enable --now /etc/systemd/service/multi-user.target.wants/actual-server.service ### Screenshots or Examples ```bash ![DESCRIPTION](LINK.png) ```
GiteaMirror added the documentation label 2026-04-10 19:51:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#9569