Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.09 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.09 KB

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