mirror of https://github.com/samply/bridgehead.git
Rename "convenience" systemd units
This commit is contained in:
parent
bcf1ba2ce1
commit
43bdb23849
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue