borgbase / ansible-role-borgbackup

Ansible role to set up Borg and Borgmatic
MIT License
221 stars 98 forks source link

Fix: change systemd unit path #144

Open pipetky opened 7 months ago

pipetky commented 7 months ago

For compatibility with older distributions such as ubuntu 18 and others. Now /lib is a link to /usr/lib, but before they were different folders, and the systemd units were located in /lib/systemd/system. /usr/lib/systemd/system - this folder did not exist before.