openrc sripts: authd and filestoraged now have execute perms.
parent
bd11b4bdef
commit
54cdb42301
4
makefile
4
makefile
|
@ -40,8 +40,8 @@ user-filestorage: group-ipc
|
|||
create-users: user-auth user-filestorage
|
||||
|
||||
deploy-openrc-authd:
|
||||
install -m0400 openrc/authd /etc/init.d/
|
||||
install -m0500 openrc/authd /etc/init.d/
|
||||
deploy-openrc-filestoraged:
|
||||
install -m0400 openrc/filestoraged /etc/init.d/
|
||||
install -m0500 openrc/filestoraged /etc/init.d/
|
||||
|
||||
deploy-openrc: deploy-openrc-authd deploy-openrc-filestoraged
|
||||
|
|
Loading…
Reference in New Issue