DTux
/
dtux__moha
Archived
1
0
Fork 0

added create log file and permissions

This commit is contained in:
Daniel Tartavel 2022-09-09 18:13:03 +02:00
parent e7fa2edbbc
commit 89f68e4aa2
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ rsync -aP --exclude "*~" --exclude *kate-swp $1/daemons/ /usr/bin/
rsync -aP --exclude "*~" --exclude *kate-swp $1/systemd/ /etc/systemd/system/
mkdir /usr/share/moha
chown domotique:domotique -R /usr/share/moha
touch /var/log/moha.log
chown domotique:domotique -R /var/log/moha.log
systemctl daemon-reload
systemctl enable presenceD.service
systemctl enable moha.service