blob: a052a86ef736f451021a8331036c86d8e3a3ce95 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=EOS update notifier service
[Service]
Type=oneshot
Environment=DISPLAY=:0
ExecStart=/usr/bin/eos-update-notifier -systemd
[Install]
WantedBy=eos-update-notifier.timer
|