Update listmonk@.service

Fix DeviceAllow=False error.
This commit is contained in:
MaximilianKohler 2024-07-07 05:11:41 -07:00 committed by GitHub
parent fdb3180e56
commit e352e0d4d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,7 +66,7 @@ ProtectKernelTunables=True
ProtectHome=True
# listmonk doesnt handle any specific device nodes.
DeviceAllow=False
DevicePolicy=closed
# listmonk doesnt make use of linux namespaces.
RestrictNamespaces=True
# listmonk doesnt need realtime scheduling.