Fix systemd linefeed typo.

This commit is contained in:
JackDandy 2024-06-26 07:20:42 +01:00
parent fada1cf299
commit 552e4f74b1
2 changed files with 8 additions and 2 deletions

View file

@ -1,4 +1,9 @@
### 3.32.1 (2024-06-26 01:15:00 UTC) ### 3.32.2 (2024-06-26 07:20:00 UTC)
* Fix systemd linefeed typo
### 3.32.1 (2024-06-26 01:15:00 UTC)
* Fix update tvinfo test data * Fix update tvinfo test data
* Fix type of self.plays_self * Fix type of self.plays_self

View file

@ -46,7 +46,8 @@ ProtectSystem=full
DeviceAllow=/dev/null rw DeviceAllow=/dev/null rw
DeviceAllow=/dev/urandom r DeviceAllow=/dev/urandom r
DevicePolicy=strict DevicePolicy=strict
NoNewPrivileges=yesWorkingDirectory=/opt/sickgear NoNewPrivileges=yes
WorkingDirectory=/opt/sickgear
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target