systemd: remove LimitMEMLOCK lines

The LimitMEMLOCK lines can only lower the use limits so it is not
very useful.

See #692
This commit is contained in:
Wim Taymans 2021-02-08 14:56:50 +01:00
parent 94ec577dcd
commit cd5ceae69e
3 changed files with 0 additions and 3 deletions

View file

@ -21,7 +21,6 @@ Restart=on-failure
RuntimeDirectory=pipewire
User=pipewire
Environment=PIPEWIRE_RUNTIME_DIR=%t/pipewire
LimitMEMLOCK=131072
[Install]
Also=pipewire.socket

View file

@ -20,7 +20,6 @@ ConditionUser=!root
Type=simple
ExecStart=@PW_PULSE_BINARY@
Restart=on-failure
LimitMEMLOCK=131072
[Install]
Also=pipewire-pulse.socket

View file

@ -19,7 +19,6 @@ Requires=pipewire.socket
Type=simple
ExecStart=@PW_BINARY@
Restart=on-failure
LimitMEMLOCK=131072
[Install]
Also=pipewire.socket