prevent deleting sockets of other php instances
This commit is contained in:
@ -14,4 +14,3 @@ ExecReload=/bin/true
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
|
@ -30,6 +30,7 @@ CPUQuota=100%
|
||||
MemoryHigh=25%
|
||||
MemoryMax=35%
|
||||
RuntimeDirectory=php
|
||||
RuntimeDirectoryPreserve=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -32,6 +32,7 @@ CPUQuota=100%
|
||||
MemoryHigh=25%
|
||||
MemoryMax=35%
|
||||
RuntimeDirectory=php
|
||||
RuntimeDirectoryPreserve=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -11,7 +11,7 @@ Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/bin/true
|
||||
ExecReload=/bin/true
|
||||
RuntimeDirectoryPreserve=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
|
@ -30,6 +30,7 @@ CPUQuota=100%
|
||||
MemoryHigh=25%
|
||||
MemoryMax=35%
|
||||
RuntimeDirectory=php
|
||||
RuntimeDirectoryPreserve=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -32,6 +32,7 @@ CPUQuota=100%
|
||||
MemoryHigh=25%
|
||||
MemoryMax=35%
|
||||
RuntimeDirectory=php
|
||||
RuntimeDirectoryPreserve=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -14,4 +14,3 @@ ExecReload=/bin/true
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
|
@ -30,6 +30,7 @@ CPUQuota=100%
|
||||
MemoryHigh=25%
|
||||
MemoryMax=35%
|
||||
RuntimeDirectory=php
|
||||
RuntimeDirectoryPreserve=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -32,6 +32,7 @@ CPUQuota=100%
|
||||
MemoryHigh=25%
|
||||
MemoryMax=35%
|
||||
RuntimeDirectory=php
|
||||
RuntimeDirectoryPreserve=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Reference in New Issue
Block a user