better directory struct

This commit is contained in:
2019-05-16 14:14:42 -04:00
parent b49dfa915e
commit 977318fbe4
71 changed files with 33 additions and 11 deletions

View File

@@ -0,0 +1,10 @@
user 'gitea system user' do
comment 'gitea system user'
username 'gitea'
home '/home/gitea'
shell '/bin/bash'
end
group 'gitea' do
members 'gitea'
end