This commit is contained in:
arne 2024-05-18 13:16:12 +02:00
parent 1d43db174d
commit 1b73b24462

View File

@ -18,8 +18,8 @@
force: yes
- name: enable lighttpd on boot
command: rc-update add lighttpd default
command: "/sbin/rc-update add lighttpd default"
- name: start lighttpd
command: rc-service lighttpd start
command: "/sbin/rc-service lighttpd start"