Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 457 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 457 Bytes

Mini Systemd SystemCtl + JournalCtl GUI

screenshot

config for server

#so journalctl -a doesnt require sudo permissions:

sudo usermod -a -G systemd-journal <user-name>

developing

#install deps
yarn 

#make some changes, then run electron app

yarn run

#package & distribute w/ electron-packager
yarn run pack
yarn run dist