1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-22 13:33:52 +03:00

M #-: Change tmpfiles to /run, set 0750 on /run/one (#930)

This commit is contained in:
Vlastimil Holer 2021-03-09 18:11:36 +01:00 committed by GitHub
parent 66163f81f4
commit c8565cfce0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,3 @@
d /var/lock/one 0755 oneadmin oneadmin -
d /var/run/one 0755 oneadmin oneadmin -
d /var/run/one/ssh-socks 0700 oneadmin oneadmin -
d /var/lock/one 0755 oneadmin oneadmin -
d /run/one 0750 oneadmin oneadmin -
d /run/one/ssh-socks 0700 oneadmin oneadmin -