fix
This commit is contained in:
parent
1d43db174d
commit
1b73b24462
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user