powernotd 1.2.0

Powernotd is a battery-level notification daemon that sends notification using the xdg desktop notification standard.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]                                                                                                                                        
Description=A power desktop notification event sending daemon
Documentation=https://github.com/Laeri/powernotd
Requires=dbus.service                                                                                                                         
After=dbus.service                                                                                                                            

[Service]
Type=simple
ExecStart=/usr/bin/powernotd
RestartSec=12

[Install]
WantedBy=multi-user.target