diff --git a/gnuhealth.changes b/gnuhealth.changes index d0452ce..6108c37 100644 --- a/gnuhealth.changes +++ b/gnuhealth.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Apr 5 08:10:02 UTC 2020 - Axel Braun + +- correction for service file + ------------------------------------------------------------------- Tue Mar 31 16:09:25 UTC 2020 - Axel Braun diff --git a/gnuhealth.service b/gnuhealth.service index 8fb477b..fd4a0a3 100644 --- a/gnuhealth.service +++ b/gnuhealth.service @@ -3,6 +3,9 @@ Description=GNU Health server After=syslog.target Requires=postgresql.service Conflicts=trytond.service + +[Service] +# some security settings PrivateTmp=true ProtectSystem=true ProtectHome=true @@ -14,7 +17,6 @@ NoNewPrivileges=true PrivateDevices=true MemoryDenyWriteExecute=true -[Service] Type=simple User=tryton Group=tryton