You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To install, run `sudo make install` after building. You can set the daemon to start at boot by running `sudo systemctl enable logid` or `sudo systemctl enable --now logid` if you want to enable and start the daemon.
32
+
## How to install
33
+
34
+
To install after building, run:
35
+
36
+
```bash
37
+
sudo make install
38
+
```
39
+
40
+
Finally, enable and start the daemon:
41
+
42
+
```bash
43
+
sudo systemctl enable --now logid
44
+
```
45
+
46
+
## How to configure
47
+
48
+
Default location for the configuration file is /etc/logid.cfg, but another can be specified using the `-c` flag.
49
+
50
+
[Refer to the wiki for details.](https://github.com/PixlOne/logiops/wiki/Configuration)
51
+
52
+
You may also refer to [logid.example.cfg](./logid.example.cfg) for an example.
53
+
54
+
55
+
## How to uninstall
56
+
57
+
First, disable the daemon:
58
+
```bash
59
+
sudo systemctl disable --now logid
60
+
```
61
+
62
+
Then remove the few files that were installed:
63
+
```bash
64
+
sudo rm /usr/local/bin/logid
65
+
sudo rm /lib/systemd/system/logid.service
66
+
sudo rm /etc/logid.cfg
67
+
```
68
+
40
69
41
70
## Donate
42
71
This program is (and will always be) provided free of charge. If you would like to support the development of this project by donating, you can donate to my Ko-Fi below.
0 commit comments