1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00
This commit is contained in:
src386 2015-08-04 11:12:13 +02:00
parent 9d2995d39d
commit 8283409728

View file

@ -53,7 +53,7 @@ sudo sed -i "s@YHURL@$domain$path@g" ../conf/movim.{service,init}
sudo sed -i "s@YHDIR@$final_path@g" ../conf/movim.{service,init}
if [ `pgrep -ox systemd` = "1" ];
then
sudo cp ../conf/movim.service /usr/lib/systemd/system/
sudo cp ../conf/movim.service /lib/systemd/system/
sudo systemctl enable movim.service
sudo systemctl start movim.service
else