Add command line options

This commit is contained in:
cryobry
2020-07-18 17:33:42 -04:00
parent 881dcaa964
commit 3fc6b75ff0
2 changed files with 350 additions and 148 deletions

View File

@@ -2,8 +2,8 @@ Usage:
1. Configure user options in `install.sh`
2. Run `./install.sh` as your normal user
3. Confirm that user services are running and enabled: `systemctl --user status $service_name.service; systemctl --user status $service_name.timer`
4. If errors occur, check journal output: `journalctl -r -u $service_name.service`
3. Confirm that user services are running and enabled: `systemctl --user status $name.service; systemctl --user status $name.timer`
4. If errors occur, check journal output: `journalctl -r -u $name.service`
Notes: