samschott / maestral

Open-source Dropbox client for macOS and Linux
https://maestral.app
MIT License
3.12k stars 64 forks source link

Fix systemd service name #931

Closed samschott closed 1 year ago

samschott commented 1 year ago

Fixes a regression introduced in 87758efa5f154b75668325e581a3c1273a43947e which would result in malformed systemd file names. The file name should end with @{DEFAULT_INSTANCE_NAME}.service instead of @%i.service

Fixes #930.