Skip to content

Commit 54bbcd7

Browse files
committed
Adjust install targets of systemd service and timer
See: https://progress.opensuse.org/issues/166433
1 parent 63f4325 commit 54bbcd7

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

systemd/openqa-trigger-from-obs-update.service

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,3 @@ After=network-online.target
66
Type=oneshot
77
ExecStart=/usr/bin/git -C /opt/openqa-trigger-from-obs pull --quiet --rebase origin master
88
User=geekotest
9-
10-
[Install]
11-
WantedBy=default.target

systemd/openqa-trigger-from-obs-update.timer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ OnCalendar=*:0/3
66
Unit=openqa-trigger-from-obs-update.service
77

88
[Install]
9-
WantedBy=default.target
9+
WantedBy=timers.target

0 commit comments

Comments
 (0)