summaryrefslogtreecommitdiff
path: root/src/systemd/vyos-system-update.service
blob: 032e5a14cf2896b07ac177f1d6200477c5b07b73 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=VyOS system udpate-check service
After=network.target vyos-router.service

[Service]
Type=simple
Restart=always
ExecStart=/usr/bin/python3 /usr/libexec/vyos/system/vyos-system-update-check.py --config /run/vyos-system-update.conf

[Install]
WantedBy=multi-user.target