mirror of
https://github.com/Screenly/Anthias.git
synced 2026-05-04 05:13:23 -04:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user