Initial commit
This commit is contained in:
9
.config/systemd/user/eos-update-notifier.service
Normal file
9
.config/systemd/user/eos-update-notifier.service
Normal file
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=EOS update notifier service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/eos-update-notifier -systemd
|
||||
|
||||
[Install]
|
||||
WantedBy=eos-update-notifier.timer
|
||||
11
.config/systemd/user/eos-update-notifier.timer
Normal file
11
.config/systemd/user/eos-update-notifier.timer
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=EOS update notifier runs periodically, and optionally after each boot, or if missed.
|
||||
|
||||
[Timer]
|
||||
OnCalendar=weekly
|
||||
# OnStartupSec=
|
||||
Persistent=false
|
||||
RandomizedDelaySec=10min
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
@@ -0,0 +1 @@
|
||||
/home/dan/.config/systemd/user/eos-update-notifier.timer
|
||||
Reference in New Issue
Block a user