Update main.yml

change service file marked as executable to -rw-r--r-- as suggested by default systemd convention for service files.
This commit is contained in:
Emyll Almonte
2019-04-11 12:28:34 -04:00
committed by GitHub
parent 096381d591
commit c49e06d0b3

View File

@@ -88,7 +88,7 @@
copy:
src: plymouth-quit-wait.service
dest: /lib/systemd/system/plymouth-quit-wait.service
mode: 0755
mode: 0644
owner: root
group: root
@@ -96,7 +96,7 @@
copy:
src: plymouth-quit.service
dest: /lib/systemd/system/plymouth-quit.service
mode: 0755
mode: 0644
owner: root
group: root