mirror of
https://github.com/ksyasuda/rice.git
synced 2024-10-28 09:04:10 -07:00
11 lines
188 B
SYSTEMD
11 lines
188 B
SYSTEMD
|
[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
|