mirror of
https://github.com/SickGear/SickGear.git
synced 2024-11-21 20:35:05 +00:00
Fix systemd linefeed typo.
This commit is contained in:
parent
fada1cf299
commit
552e4f74b1
2 changed files with 8 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue