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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 systemd timer is only started for the current boot #1236

Open
caizixian opened this issue Apr 29, 2024 · 0 comments
Open

馃悰 systemd timer is only started for the current boot #1236

caizixian opened this issue Apr 29, 2024 · 0 comments
Labels
Priority: Normal Minor issue impacting one or more users Type: Bug Something isn't working

Comments

@caizixian
Copy link

Describe the bug
Only systemd start is called on the timer Unit during installation, so it might not be enabled after reboot.

if err := runCommand("systemctl", "start", cloudflaredUpdateTimer); err != nil {

To Reproduce
N/A. See source code.

Expected behavior
Call systemd enable --now to enable the timer and start it immediately.

Environment and versions

  • OS: Linux
  • Architecture: AMD
  • Version: 2024.4.1

Logs and errors
N/A

Additional context
N/A

@caizixian caizixian added Priority: Normal Minor issue impacting one or more users Type: Bug Something isn't working labels Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Normal Minor issue impacting one or more users Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant