mirror of https://github.com/BOINC/boinc.git
Merge pull request #4105 from BryanQuigley/allowtmp
Unblock x11 idle detection
This commit is contained in:
commit
faf272ff36
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue