10 lines
143 B
SYSTEMD
10 lines
143 B
SYSTEMD
|
[Unit]
|
||
|
Description=Notify when updates are available
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/local/bin/notify-updates -n
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|
||
|
|