summaryrefslogtreecommitdiff
path: root/src/systemd/vyos-system-update.service
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd/vyos-system-update.service')
-rw-r--r--src/systemd/vyos-system-update.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/systemd/vyos-system-update.service b/src/systemd/vyos-system-update.service
new file mode 100644
index 000000000..032e5a14c
--- /dev/null
+++ b/src/systemd/vyos-system-update.service
@@ -0,0 +1,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