mirror of
https://github.com/SickGear/SickGear.git
synced 2024-11-14 17:05: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 type of self.plays_self
|
||||
|
|
|
@ -46,7 +46,8 @@ ProtectSystem=full
|
|||
DeviceAllow=/dev/null rw
|
||||
DeviceAllow=/dev/urandom r
|
||||
DevicePolicy=strict
|
||||
NoNewPrivileges=yesWorkingDirectory=/opt/sickgear
|
||||
NoNewPrivileges=yes
|
||||
WorkingDirectory=/opt/sickgear
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Reference in a new issue