package/v-m: Remove DynamicUser from systemd units

None of the Victoria Metrics services should run as a dynamic user.
Indeed, enabling the setting appears to have no effect when `User` is
defined and refers to a user that already exists.  To reduce confusion,
we should omit these directives from the unit files.
pull/2/head
Dustin 2022-08-07 21:26:49 -05:00
parent e009a4e167
commit c1a6f3bb8e
3 changed files with 0 additions and 3 deletions

View File

@ -19,7 +19,6 @@ LimitNOFILE=1048576
CapabilityBoundingSet=
DeviceAllow=
DevicePolicy=closed
DynamicUser=yes
IPAddressAllow=localhost
IPAddressDeny=any
LockPersonality=yes

View File

@ -19,7 +19,6 @@ ReadWritePaths=/var/lib/victoria-metrics
CapabilityBoundingSet=
DeviceAllow=
DevicePolicy=closed
DynamicUser=yes
IPAddressAllow=localhost
IPAddressDeny=any
LockPersonality=yes

View File

@ -18,7 +18,6 @@ LimitNOFILE=1048576
CapabilityBoundingSet=
DeviceAllow=
DevicePolicy=closed
DynamicUser=yes
IPAddressAllow=localhost
IPAddressDeny=any
LockPersonality=yes