Initial commit

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
This commit is contained in:
Patrick McCarty
2016-02-24 09:34:13 -08:00
commit c42f8a3aa1
236 changed files with 18402 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[Unit]
Description=Check for new OS version
[Service]
Type=oneshot
ExecStart=@prefix@/bin/swupd check-update
[Install]
WantedBy=multi-user.target
+10
View File
@@ -0,0 +1,10 @@
[Unit]
Description=Periodic check for new OS version
[Timer]
OnBootSec=5m
OnUnitActiveSec=1h
AccuracySec=20m
[Install]
WantedBy=multi-user.target