Skip to content

Commit

Permalink
systemd/eturnal: Allow read/write of project directory
Browse files Browse the repository at this point in the history
With `ProtectSystem=strict` eturnal is forbidden to write to the log
files stored in the project directory. So, add an exception.
  • Loading branch information
pmenzel committed May 18, 2021
1 parent 59d97a7 commit cbed9fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc_systemd_units/eturnal.service
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ RuntimeDirectory=eturnal
ProtectSystem=strict
NoNewPrivileges=true
AmbientCapabilities=CAP_NET_BIND_SERVICE
ReadWritePaths=/project/eturnal/

0 comments on commit cbed9fd

Please sign in to comment.