Merge pull request #4105 from BryanQuigley/allowtmp

Unblock x11 idle detection
This commit is contained in:
RichardHaselgrove 2020-11-18 13:39:27 +00:00 committed by GitHub
commit faf272ff36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,6 @@ After=network-online.target
[Service]
Type=simple
ProtectHome=true
PrivateTmp=true
ProtectSystem=strict
ProtectControlGroups=true
ReadWritePaths=-/var/lib/boinc -/etc/boinc-client
@ -32,6 +31,7 @@ IOSchedulingClass=idle
#PrivateUsers=true
#CapabilityBoundingSet=
#MemoryDenyWriteExecute=true
#PrivateTmp=true #Block X11 idle detection
[Install]
WantedBy=multi-user.target