mirror of
https://github.com/Jackett/Jackett
synced 2024-12-22 07:43:13 +00:00
Updated Systemd service (markdown)
parent
1679f7132a
commit
aa07079ede
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue