diff --git a/CHANGES.md b/CHANGES.md index 9cba35c2..040e7cbe 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/init-scripts/init.systemd b/init-scripts/init.systemd index 62b4494a..e454f918 100755 --- a/init-scripts/init.systemd +++ b/init-scripts/init.systemd @@ -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