Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fix gen_feeds timers install target #9386

Merged
merged 1 commit into from
Nov 23, 2023
Merged

Conversation

alexgarel
Copy link
Member

Before doing the change:

export SERVICE=off  # or off-pro
sudo systemctl disable gen_feeds@$SERVICE.timer
gen_feeds_daily@$SERVICE.timer

After the change:

sudo systemctl daemon reload
sudo systemctl enbale gen_feeds@$SERVICE.timer
gen_feeds_daily@$SERVICE.timer

\# verify
sudo systemctl list-timers

Before doing the change:
```bash
export SERVICE=off  # or off-pro
sudo systemctl disable gen_feeds@$SERVICE.timer
gen_feeds_daily@$SERVICE.timer
```

After the change:
```bash
sudo systemctl daemon reload
sudo systemctl enbale gen_feeds@$SERVICE.timer
gen_feeds_daily@$SERVICE.timer

\# verify
sudo systemctl list-timers
```
@alexgarel alexgarel requested a review from a team as a code owner November 23, 2023 13:23
Copy link

sonarcloud bot commented Nov 23, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@stephanegigandet
Copy link
Contributor

sudo systemctl enbale gen_feeds@$SERVICE.timer

typo enbale -> enable

@alexgarel alexgarel merged commit 3726da2 into main Nov 23, 2023
14 checks passed
@alexgarel alexgarel deleted the fix-gen-feeds-timers branch November 23, 2023 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants