Skip to content

Commit 16c8c59

Browse files
committed
fix non-boot startup
1 parent 4b0bdce commit 16c8c59

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Requirements
1111
TODO
1212
----
1313

14-
- Figure out why the rc script doesn't work on boot.
1514
- Stop cloning as `root`.
1615

1716
Role Variables

templates/rubywarden.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
datadir="{{ rw_src }}"
66

77
{% if rw_signups == True %}
8-
env="RUBYWARDEN_ENV={{ rw_env }} ALLOW_SIGNUPS=1 PATH=$PATH:{{ rw_home }}/rb/bin HOME={{ rw_home }}"
8+
env="RUBYWARDEN_ENV={{ rw_env }} ALLOW_SIGNUPS=1 PATH=/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:{{ rw_home }}/rb/bin HOME={{ rw_home }}"
99
{% else %}
1010
env="RUBYWARDEN_ENV={{ rw_env }} PATH=$PATH:{{ rw_home }}/rb/bin HOME={{ rw_home }}"
1111
{% endif %}

0 commit comments

Comments
 (0)