Rename "convenience" systemd units

This commit is contained in:
Martin Lablans 2022-01-10 16:42:13 +01:00
parent bcf1ba2ce1
commit 43bdb23849
4 changed files with 3 additions and 3 deletions

View File

@ -16,9 +16,9 @@ _systemd_path=/etc/systemd/system/
echo -e "\nInstalling systemd units ..." echo -e "\nInstalling systemd units ..."
cp -v \ cp -v \
convenience/bridgehead\@.service \ lib/systemd/bridgehead\@.service \
convenience/bridgehead-update\@.service \ lib/systemd/bridgehead-update\@.service \
convenience/bridgehead-update\@.timer \ lib/systemd/bridgehead-update\@.timer \
$_systemd_path $_systemd_path
systemctl daemon-reload systemctl daemon-reload