Skip to content

3.5.1.1798 onwards renames sync to rm-sync #717

@Eeems

Description

@Eeems

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpackagesAdd or improve packages of the repository

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions