alpine: fix some breaking changes
This commit is contained in:
parent
80c17af616
commit
b0b277bda7
3 changed files with 3 additions and 3 deletions
|
@ -46,6 +46,7 @@
|
|||
name: solanum
|
||||
state: started
|
||||
enabled: yes
|
||||
ignore_errors: yes
|
||||
|
||||
- name: reload solanum
|
||||
command: killall -1 solanum
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/sbin/openrc-run
|
||||
|
||||
name="solanum ircd"
|
||||
command="/home/ircd/ircd/bin/solanum -pidfile /var/run/solanum-ircd"
|
||||
command="/home/ircd/ircd/bin/solanum"
|
||||
command_user="ircd"
|
||||
pidfile="/var/run/solanum-ircd"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
tasks:
|
||||
- name: install dependencies for alpine
|
||||
package:
|
||||
name: sudo,musl-dev,libressl-dev,make,automake,gcc,curl,git,byacc,flex,libtool,sqlite-dev,autoconf,util-linux
|
||||
name: sudo,musl-dev,libretls-dev,make,automake,gcc,curl,git,byacc,flex,libtool,sqlite-dev,autoconf,util-linux
|
||||
state: present
|
||||
when: ansible_distribution == 'Alpine'
|
||||
|
||||
|
|
Loading…
Reference in a new issue