1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-22 15:57:50 +00:00

Updated Systemd service (markdown)

ilike2burnthing 2022-05-18 04:10:55 +01:00
parent 1679f7132a
commit aa07079ede

@ -3,7 +3,7 @@
## Using mono
To automatically start Jackett as a systemd service you have to create create the following service file (e.g. /etc/systemd/system/jackett.service):
To automatically start Jackett as a systemd service you have to create the following service file (e.g. /etc/systemd/system/jackett.service):
```ini
[Unit]
@ -76,7 +76,7 @@ Then if you want to use more or less memory you have to edit the `MemoryMax` val
## Not using mono
If you're not using mono you may use this service file.
If you're not using mono, you may use this service file.
> This service file is following up [issue #11566](https://github.com/Jackett/Jackett/issues/11566) in which Jackett was not able to update properly. It is unclear if the changes made to this mono-less service file actually fixed the issue or not, but it remains a good starting point if you're setting up Jackett with systemd.