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

3.5.1.1798 onwards renames sync to rm-sync #717

Closed
Eeems opened this issue Aug 3, 2023 · 6 comments · Fixed by #718 or #858
Closed

3.5.1.1798 onwards renames sync to rm-sync #717

Eeems opened this issue Aug 3, 2023 · 6 comments · Fixed by #718 or #858
Labels
bug Something isn't working packages Add or improve packages of the repository
Milestone

Comments

@Eeems
Copy link
Member

Eeems commented Aug 3, 2023

The following will need to be updated to handle both names:

# sync.service interferes with launchers
# we use manual-sync.service instead
if [[ "x$(systemctl is-enabled sync.service)" != "xmasked" ]]; then
systemctl mask sync.service
fi
if ! is-active manual-sync.service; then
systemctl enable --now manual-sync.service
fi

ExecStart=/usr/bin/sync --service

@Eeems Eeems added bug Something isn't working packages Add or improve packages of the repository labels Aug 3, 2023
@kubycsolutions

This comment was marked as off-topic.

@Eeems

This comment was marked as off-topic.

@Eeems Eeems linked a pull request Aug 8, 2023 that will close this issue
@kubycsolutions

This comment was marked as off-topic.

@Eeems

This comment was marked as off-topic.

@nini123489

This comment was marked as off-topic.

@Eeems

This comment was marked as off-topic.

@Eeems Eeems added this to the 3.x support milestone Nov 25, 2023
@Eeems Eeems mentioned this issue Jan 7, 2024
@Eeems Eeems linked a pull request May 24, 2024 that will close this issue
@Eeems Eeems removed a link to a pull request May 24, 2024
@Eeems Eeems linked a pull request Jun 4, 2024 that will close this issue
@Eeems Eeems closed this as completed Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working packages Add or improve packages of the repository
Projects
None yet
3 participants