|
@@ -107,8 +107,10 @@ ynh_print_info "Restart services..."
|
|
|
# this is meant to propagate the new files and configs
|
|
|
|
|
|
systemctl -q is-active $service_name && yunohost service restart $service_name
|
|
|
-systemctl -q is-active $service_checker_name && yunohost service restart $service_checker_name
|
|
|
-systemctl -q is-active $service_checker_name.timer && yunohost service restart $service_checker_name.timer
|
|
|
+
|
|
|
+# Not sure if these are really necessary ...
|
|
|
+systemctl -q is-active $service_checker_name && systemctl restart $service_checker_name
|
|
|
+systemctl -q is-active $service_checker_name.timer && systemctl restart $service_checker_name.timer
|
|
|
|
|
|
#=================================================
|
|
|
# END OF SCRIPT
|