14.08.2017 10:57 Dag Nygren kirjutas:
On Monday 14 August 2017 10:22:54 Sander Lepik wrote:
14.08.2017 09:24 Dag Nygren kirjutas:
PS! I really hate systemd - Destroys the UNIX way of doing things with a heavy axe....
Don't hate it, better learn to use it: https://wiki.archlinux.org/index.php/systemd#Drop-in_files
Cannot find a way to "remove" the ProtectSystem setting as there is no option to set ProtectSystem=none . At least not according to the systemd manual...
You can try with ProtectSystem= - if that doesn't work then copy the whole .service file to /etc/systemd/system/, remove the "offending" line, run systemctl daemon-reload and restart the service. From time to time You can run diff on original .service file to see if upgrade has made some important changes in it.
-- Sander