Skip to content

This tool can be used in conjunction with `transactional-update`'s notify method in order to notify all graphically logged in users about updates performed.

License

Notifications You must be signed in to change notification settings

luc14n0/transactional-update-notifier

 
 

Repository files navigation

Transactional Update Notifier

This tool can be used in conjunction with transactional-update's notify method in order to notify all graphically logged in users about updates performed.

Build and installation

All you're going to need is Go >= 1.18 and GNU Make

make
sudo make install

Usage

Daemon

Transactional Update Notifier should be run as a user's Systemd unit.

transactional-update-notifier daemon

Or using systemctl:

systemctl --user enable --now transactional-update-notifier

Note: After installing Transactional Update Notifier using make, the 96-transactional-update-notifier.preset preset file should enable the unit service by default on next boot and all you needed to do is to start it with:

systemctl --user start transactional-update-notifier

Client

Transactional Update Notifier can be run from anywhere and executed by anyone, it will find the notifier socket and notify the user.

transactional-update-notifier client

About

This tool can be used in conjunction with `transactional-update`'s notify method in order to notify all graphically logged in users about updates performed.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 82.1%
  • Makefile 17.9%