stalwartlabs / mail-server

Secure & Modern All-in-One Mail Server (IMAP, JMAP, POP3, SMTP)
https://stalw.art
3.53k stars 135 forks source link

systemd/service: remove unused and deprecated PermissionsStartOnly #528

Open pacien opened 2 weeks ago

pacien commented 2 weeks ago

This setting has been deprecated in systemd 240.

It didn't seem to be actually useful since there's no Exec* other than ExecStart being defined here.

lukaslihotzki commented 1 week ago

Remember to change the redundant service file inside install.sh too, as #389 is not merged.

pacien commented 1 week ago

Quoting Lukas Lihotzki (2024-06-20 18:51:45)

Remember to change the redundant service file inside install.sh too, as #389 is not merged.

Good catch, this is now amended :+1: