mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2026-05-28 21:46:51 +00:00
9 lines
270 B
Plaintext
9 lines
270 B
Plaintext
[Unit]
|
|
Description=Daily APT pending check (Home Assistant webhook)
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/sbin/apt_pending_check.sh "http://YOUR_HOME_ASSISTANT:8123/api/webhook/YOUR_APT_WEBHOOK" "docker_10"
|