Skip to content

Commit bb53557

Browse files
committed
Add systemd timer and service for updates
See: https://progress.opensuse.org/issues/166721
1 parent 8e78f0c commit bb53557

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[Unit]
2+
Description=Update git repository of os-autoinst-scripts
3+
4+
[Timer]
5+
OnCalendar=*:0/3
6+
Unit=os-autoinst-scripts-update-git.service
7+
8+
[Install]
9+
WantedBy=default.target
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[Unit]
2+
Description=Update git repository of os-autoinst-scripts
3+
4+
[Timer]
5+
OnCalendar=*:0/3
6+
Unit=os-autoinst-scripts-update-git.service
7+
8+
[Install]
9+
WantedBy=default.target

0 commit comments

Comments
 (0)