File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 17
17
- Copy ` css/style.css ` to ` /opt/findex `
18
18
- Copy ` target/release/findex ` to ` /usr/bin/findex `
19
19
20
+ ### If you have systemd
21
+ - Copy ` findex.service ` , ` findex-restarter.service ` and ` findex-restarter.path ` to ` /etc/systemd/user/ `
22
+ - Run ` systemctl --user enable findex.service `
23
+ - Run ` systemctl --user enable findex-restarter.path `
24
+
25
+ ### If you don't have systemd
26
+ - Add Findex to startup applications
27
+
28
+ Unfortunately Findex can't restart automatically when configs are changed unless you are using systemd. That's a future plan. Till then,
29
+ you'll have to restart it manually.
30
+
20
31
## Installation from AUR
21
32
22
33
From repo: ` findex-git `
23
34
Prebuilt: ` findex-bin `
35
+
36
+ If you are using systemd, run the following commands:
37
+ - ` systemctl --user enable findex.service `
38
+ - ` systemctl --user enable findex-restarter.path `
You can’t perform that action at this time.
0 commit comments