mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
Don't make ejabberd.service file executable
This commit is contained in:
parent
b6ddcf3e58
commit
9c3ebb7d22
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ install: all copy-files
|
|||
# Service script
|
||||
$(SED) -e "s*@ctlscriptpath@*$(SBINDIR)*g" ejabberd.service.template \
|
||||
> ejabberd.service
|
||||
chmod 755 ejabberd.service
|
||||
chmod 644 ejabberd.service
|
||||
#
|
||||
# Spool directory
|
||||
$(INSTALL) -d -m 750 $(O_USER) $(SPOOLDIR)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue