Skip to content

Commit

Permalink
Update native.mdx
Browse files Browse the repository at this point in the history
Rest of the linux service info
  • Loading branch information
DieselTech committed Feb 6, 2024
1 parent 119a874 commit 6d82805
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pages/installation/native.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Run Kavita executable. Usually `./Kavita`
To have Kavita start in the background at boot, you may install it as a systemd service. Save the following to a file named `kavita.service` in the directory /etc/systemd/system

<Callout type="info">
This file is an example and assumes you have installed Kavita in /opt/Kavita and you are running it as a separate user. Make sure to customize it to your own syetem.
This file is an example and assumes you have installed Kavita in `/opt/Kavita` and with running it as a separate user. Make sure to customize it to your own syetem.
</Callout>

```bash copy
Expand All @@ -53,6 +53,8 @@ Restart=on-failure
WantedBy=multi-user.target
```

Once the file is saved you can run `systemctl start kavita.service` to test if it starts correctly. If does, run `systemctl enable kavita.service` and it will start at boot for your system.

</Steps>
</Tabs.Tab>
<Tabs.Tab>
Expand Down

0 comments on commit 6d82805

Please sign in to comment.