Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#75999 - [cloudflared] Package Is Missing Systemd Service File
Attached to Project:
Community Packages
Opened by buzz (steadybright) - Saturday, 24 September 2022, 16:21 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:08 GMT
Opened by buzz (steadybright) - Saturday, 24 September 2022, 16:21 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:08 GMT
|
DetailsDescription: No systemd service file appears to exist for the cloudflared package
Additional info: * I migrated from cloudflared-bin to cloudflared today (9/24/22) * Systemd was not able to start cloudflared following installation * Systemd service file for cloudflared does not exist * Copied backup service file from cloudflared-bin package into service folder * Now able to use systemd to automatically run cloudflared at startup Request that the cloudflared package be updated to include the systemd service file. |
This task depends upon
Closed by Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:08 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/cloudflared/issues/1
Saturday, 25 November 2023, 20:08 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/cloudflared/issues/1
Needs some way to have that installed in $pkgdir.
I'm looking into adding upstream's recommended configuration to the package in an update soon.
1. cloudflared@.service (mainly for proxy-dns)
2. cloudflared-tunnel@.service (for tunnel(s))
In both instances, %i would be the name of the configuration file in `ExecStart=/usr/bin/cloudflared --no-autoupdate --config /etc/cloudflared/%i.yml` (add `tunnel run` to end for cloudflared-tunnel@.service)
I'd appreciate some feedback, as no other downstream ships systemd integration. Even cloudflared's own deb/rpm packages only ship the binary.