diff options
author | clarkzjw <[email protected]> | 2023-01-09 16:38:12 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-01-09 16:38:12 -0800 |
commit | 6689b3ce97a04f23e2d033e161c4a3a80b78b9e1 (patch) | |
tree | 8435e68a54555643781e8c39c3645398ceed1a4f /dot_config/systemd/user/eos-update-notifier.service | |
parent | bf04b04a26c3003cdfebd0a95adef12ab9f116cd (diff) | |
download | dotfiles-6689b3ce97a04f23e2d033e161c4a3a80b78b9e1.tar.gz |
systemd: add weylus
Diffstat (limited to 'dot_config/systemd/user/eos-update-notifier.service')
-rw-r--r-- | dot_config/systemd/user/eos-update-notifier.service | 10 |
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] | ||
2 | Description=EOS update notifier service | ||
3 | |||
4 | [Service] | ||
5 | Type=oneshot | ||
6 | Environment=DISPLAY=:0 | ||
7 | ExecStart=/usr/bin/eos-update-notifier -systemd | ||
8 | |||
9 | [Install] | ||
10 | WantedBy=eos-update-notifier.timer | ||