Make the systemd unit for kredits-github not world readable
This way the environment variables are kept secret. Only root can read `/proc/$ID/environ`
This commit is contained in:
parent
f5051d6352
commit
2cf611279b
@ -72,7 +72,7 @@ application path_to_deploy do
|
||||
source 'nodejs.systemd.service.erb'
|
||||
owner 'root'
|
||||
group 'root'
|
||||
mode '0644'
|
||||
mode '0640'
|
||||
variables(
|
||||
user: deploy_user,
|
||||
group: deploy_group,
|
||||
|
Loading…
x
Reference in New Issue
Block a user