aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/systemd/user/eos-update-notifier.service')
-rw-r--r--dot_config/systemd/user/eos-update-notifier.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/dot_config/systemd/user/eos-update-notifier.service b/dot_config/systemd/user/eos-update-notifier.service
new file mode 100644
index 0000000..a052a86
--- /dev/null
+++ b/dot_config/systemd/user/eos-update-notifier.service
@@ -0,0 +1,10 @@
1[Unit]
2Description=EOS update notifier service
3
4[Service]
5Type=oneshot
6Environment=DISPLAY=:0
7ExecStart=/usr/bin/eos-update-notifier -systemd
8
9[Install]
10WantedBy=eos-update-notifier.timer
Powered by cgit v1.2.3 (git 2.41.0)