antidrift/README.md

22 lines
340 B
Markdown
Raw Normal View History

2022-06-18 21:51:24 +02:00
# AntiDrift
2021-10-13 03:58:56 +02:00
2022-06-18 21:51:24 +02:00
Utilize your computer purposefully.
2021-10-13 03:57:01 +02:00
## Autostart with systemd
- Create `~/.config/systemd/user/antidrift.service`
- Add configuration below and save
- Run `systemctl --user enable antidrift.service`
```
[Unit]
Description=AntiDrift
[Service]
ExecStart=/home/felixm/dot/bin/antidrift
[Install]
WantedBy=default.target
```