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