mirror of
https://github.com/TommyTran732/Fedora-CoreOS-Ignition.git
synced 2025-08-24 02:06:30 +02:00
Unbound systemd overrides affect Service section, not the Unit (#2)
Unbound overrides affect Service section, not the Unit
This commit is contained in:
@@ -218,7 +218,7 @@ storage:
|
|||||||
- path: /etc/systemd/system/unbound.service.d/override.conf
|
- path: /etc/systemd/system/unbound.service.d/override.conf
|
||||||
contents:
|
contents:
|
||||||
inline: |
|
inline: |
|
||||||
[Unit]
|
[Service]
|
||||||
MemoryDenyWriteExecute=true
|
MemoryDenyWriteExecute=true
|
||||||
PrivateDevices=true
|
PrivateDevices=true
|
||||||
PrivateTmp=true
|
PrivateTmp=true
|
||||||
|
@@ -216,7 +216,7 @@ storage:
|
|||||||
- path: /etc/systemd/system/unbound.service.d/override.conf
|
- path: /etc/systemd/system/unbound.service.d/override.conf
|
||||||
contents:
|
contents:
|
||||||
inline: |
|
inline: |
|
||||||
[Unit]
|
[Service]
|
||||||
MemoryDenyWriteExecute=true
|
MemoryDenyWriteExecute=true
|
||||||
PrivateDevices=true
|
PrivateDevices=true
|
||||||
PrivateTmp=true
|
PrivateTmp=true
|
||||||
|
Reference in New Issue
Block a user