forced copy for tentacle service

This commit is contained in:
Kevin Rojas 2020-08-28 14:16:57 +02:00
parent d11ed6d534
commit e11649d74d
1 changed files with 2 additions and 1 deletions

View File

@ -104,7 +104,8 @@ exit 0
%post
if [ `command -v systemctl` ];
then
cp /usr/share/pandora_server/util/tentacle_serverd.service /usr/lib/systemd/system/
echo "Copying new version for tentacle_serverd service"
cp -f /usr/share/pandora_server/util/tentacle_serverd.service /usr/lib/systemd/system/
chmod -x /usr/lib/systemd/system/tentacle_serverd.service
# Enable the service on SystemD