add systemd service, timer files
This commit is contained in:
parent
49f47cb990
commit
5438db66ed
5 changed files with 57 additions and 4 deletions
9
update-notifier.service
Normal file
9
update-notifier.service
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=Notify when updates are available
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/local/bin/notify-updates -n
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue